diff --git a/teammapper-frontend/.browserslistrc b/teammapper-frontend/.browserslistrc new file mode 100644 index 00000000..b9721fff --- /dev/null +++ b/teammapper-frontend/.browserslistrc @@ -0,0 +1,17 @@ +# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. +# For additional information regarding the format and rule options, please see: +# https://github.com/browserslist/browserslist#queries + +# For the full list of supported browsers by the Angular framework, please see: +# https://angular.dev/reference/versions#browser-support + +# You can see what browsers were selected by your queries by running: +# npx browserslist + +last 2 Chrome versions +last 1 Firefox version +last 2 Edge major versions +last 3 Safari major versions +last 2 iOS major versions +last 2 Android major versions +Firefox ESR diff --git a/teammapper-frontend/src/app/modules/about/components/jumbotron/jumbotron.component.html b/teammapper-frontend/src/app/modules/about/components/jumbotron/jumbotron.component.html index db8cde86..1c577948 100644 --- a/teammapper-frontend/src/app/modules/about/components/jumbotron/jumbotron.component.html +++ b/teammapper-frontend/src/app/modules/about/components/jumbotron/jumbotron.component.html @@ -1,5 +1,5 @@
-
+

Teammapper Logo
TeamMapper @@ -10,7 +10,7 @@


- + check {{ @@ -18,7 +18,7 @@

}} - + check {{ @@ -26,7 +26,7 @@

}} - + check {{ @@ -34,7 +34,7 @@

}} - + check {{ @@ -42,7 +42,7 @@

}} - + check {{ diff --git a/teammapper-frontend/src/app/modules/about/components/jumbotron/jumbotron.component.scss b/teammapper-frontend/src/app/modules/about/components/jumbotron/jumbotron.component.scss index f3967c8d..8fee92ee 100644 --- a/teammapper-frontend/src/app/modules/about/components/jumbotron/jumbotron.component.scss +++ b/teammapper-frontend/src/app/modules/about/components/jumbotron/jumbotron.component.scss @@ -1,12 +1,16 @@ @use '@angular/material' as mat; @import 'src/theme.scss'; +.m-2 { + margin: 2rem; +} + section.jumbotron { background-color: mat.m2-get-color-from-palette($app-primary); padding: 100px 0 40px 0; text-align: center; - display: flex; align-items: center; + display: flex; justify-content: center; flex-wrap: wrap; @@ -17,6 +21,7 @@ section.jumbotron { word-wrap: break-word !important; white-space: pre-wrap !important; line-height: 150%; + overflow-wrap: break-word !important; } > div { @@ -32,9 +37,10 @@ section.jumbotron { > mat-list { text-align: left; margin-bottom: 10px; + max-width: 100%; - mat-list-item { - height: 30px; + .mdc-list-item { + height: auto; } mat-icon { @@ -64,7 +70,7 @@ section.jumbotron { } > img { - max-width: 500px; + max-width: 400px; width: 100%; } }