diff --git a/src/components/app-footer/app-footer.scss b/src/components/app-footer/app-footer.scss index 4405ec66..4ecfbff5 100644 --- a/src/components/app-footer/app-footer.scss +++ b/src/components/app-footer/app-footer.scss @@ -14,13 +14,13 @@ font-size: 1.6rem; line-height: normal; margin-bottom: 1.5rem; - letter-spacing:normal; + letter-spacing: normal; text-align: left; @include media-breakpoint-down(md) { font-size: 1.3rem; margin-bottom: 1rem; } - @include media-breakpoint-down(sm){ + @include media-breakpoint-down(sm) { text-align: center; } } diff --git a/src/pages/app-about/app-about.scss b/src/pages/app-about/app-about.scss index 18c7c50e..fef8d54b 100644 --- a/src/pages/app-about/app-about.scss +++ b/src/pages/app-about/app-about.scss @@ -25,7 +25,7 @@ text-align: left; } - h2 { + h2.about-header { @include media-breakpoint-down(md) { font-size: 1.75rem; line-height: 34px; diff --git a/src/pages/app-about/app-about.tsx b/src/pages/app-about/app-about.tsx index 82584905..d84e596d 100644 --- a/src/pages/app-about/app-about.tsx +++ b/src/pages/app-about/app-about.tsx @@ -25,7 +25,7 @@ export class AppAbout {
-

+

@@ -41,7 +41,7 @@ export class AppAbout {
-

+

@@ -77,7 +77,7 @@ export class AppAbout {
-

+