diff --git a/Client/src/app/components/app/app.component.css b/Client/src/app/components/app/app.component.css index b6de416..6745cfc 100644 --- a/Client/src/app/components/app/app.component.css +++ b/Client/src/app/components/app/app.component.css @@ -47,8 +47,8 @@ header{ .content{ margin-top: 50px; min-height: 100%; - margin-bottom: -130px; - padding-bottom: 130px; + margin-bottom: -140px; + padding-bottom: 140px; } footer{ @@ -73,6 +73,7 @@ footer{ min-height: 100px; } + @media(max-width: 900px){ .header-button, .hideOnMobile{ display: none; @@ -81,15 +82,15 @@ footer{ @media(max-width: 800px){ footer{ - height: 360px; + height: 380px; } .footer-panel{ display: block; width: calc(100% - 20px); } .content{ - margin-bottom: -350px; - padding-bottom: 350px; + margin-bottom: -380px; + padding-bottom: 380px; } } diff --git a/Client/src/app/components/app/app.component.html b/Client/src/app/components/app/app.component.html index eb3315f..c8f6b1a 100644 --- a/Client/src/app/components/app/app.component.html +++ b/Client/src/app/components/app/app.component.html @@ -26,19 +26,22 @@
Butte, MT 59701
-Pastor Ron Derksen
+Pastor Ron Derksen
+Associate Pastor Derek Loewen
diff --git a/Client/src/styles.css b/Client/src/styles.css index ff90967..9ca8d0c 100644 --- a/Client/src/styles.css +++ b/Client/src/styles.css @@ -12,6 +12,10 @@ html, body{ height: 100%; } +body { + height: calc(100% - 50px); /*Less 50 px for height of static header*/ +} + .red{ color: red; }