From: Laury GvR Date: Mon, 5 Nov 2018 21:06:49 +0000 (-0500) Subject: Adjust footer and action items based on meeting notes X-Git-Tag: v1.0.0^2~26 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b8e926b639857895788309943a38e1d1d3201027;p=WP-Themes%2Fcityofharborsprings.git Adjust footer and action items based on meeting notes --- diff --git a/assets/seal.png b/assets/seal.png new file mode 100644 index 0000000..a38d6d9 Binary files /dev/null and b/assets/seal.png differ diff --git a/parts/action-items.php b/parts/action-items.php index 8e270a3..d562717 100644 --- a/parts/action-items.php +++ b/parts/action-items.php @@ -1,5 +1,14 @@
+
+ +
-
-
diff --git a/scss/_main.scss b/scss/_main.scss index 216de78..7d83b71 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -205,8 +205,10 @@ main { } } .enews-text-container{ - max-width: 275px; - float: right; + max-width: 275px; + float: none; + margin: 0 auto; + text-align: center; @media #{$medium-down}{ float: none; @@ -234,12 +236,12 @@ main { cursor: pointer; } .image-frame{ - max-width: 125px; + max-width: 150px; margin: 0 auto; overflow: hidden; border-radius: 50%; img{ - max-width: 125px; + max-width: 150px; border-radius: 50%; margin: 0 auto; display: block; diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index d361b18..8b8e0d1 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -22,7 +22,23 @@ footer.main { border-color: $l-blue; } } -.footer-address { +#footer-address { + text-align: center; +} +#footer-address-separator { + width: 55%; + margin: 10px auto; + display: inline-block; +} +#footer-info > #footer-contacts-separator { + width: 60%; + margin: 15px auto; + display: none; + @media #{$small-only} { + display: inline-block; + } +} +.client-info { font-size: 15px; text-align: center; @media #{$small-only} { @@ -42,7 +58,7 @@ footer.main { display: inline-block; color: $blue; - font-size: 20px; + font-size: 17px; text-align: left; } @@ -145,7 +161,7 @@ footer{ .contacts-section { @media #{$large-up} { - max-width: 300px; + max-width: 280px; margin: 0 auto; } @media #{$medium-only} { @@ -183,6 +199,21 @@ aside .contacts-section { font-size: 14px; } } +#footer-info { + > * { + clear: both; + float: none; + margin: 0px auto; + display: block; + line-height: 1.2; + text-align: center; + } + .contacts-label { + font-weight: bold; + font-size: 17px; + text-decoration: underline; + } +} #copyright { padding: 5px 0; margin: 0 auto; @@ -197,11 +228,18 @@ aside .contacts-section { color: $d-blue; } } -#footer_address span.bullet, +#footer-address span.bullet { + color: white; + margin: 0 5px; + @media #{$small-only} { + display: none !important; + } +} + #copyright span.bullet { color: $d-blue; margin: 0 5px; @media #{$small-only} { display: none !important; } -} +} \ No newline at end of file diff --git a/sections/footer.php b/sections/footer.php index baba9f7..14d9192 100644 --- a/sections/footer.php +++ b/sections/footer.php @@ -2,35 +2,51 @@