diff --git a/groups/new-homepage-3/homepage3-js-css.html b/groups/new-homepage-3/homepage3-js-css.html index f146392..b8dd1f6 100644 --- a/groups/new-homepage-3/homepage3-js-css.html +++ b/groups/new-homepage-3/homepage3-js-css.html @@ -15,7 +15,7 @@ body { #corona-alert-text { color: #111; - font-size: 1.2em; + font-size: 1.5em; } /* style background image */ @@ -248,7 +248,7 @@ a.no-underline { } #lighthouse-logo > img { - max-width: 300px; + max-width: 150px; } /* media queries */ @@ -262,13 +262,17 @@ a.no-underline { } .library-address { display: inline-block; - margin: 30px; + margin: 0px 30px; font-size: 1.1em; - vertical-align: -40px; + vertical-align: -50px; } #cuny-logo { float: right; } + .libapps { + float: right; + clear: right; + } } @media only screen and (min-width: 768px) and (max-width: 991px) { @@ -280,13 +284,17 @@ a.no-underline { } .library-address { display: inline-block; - margin: 30px; + margin: 0px 30px; font-size: 1.1em; - vertical-align: -40px; + vertical-align: -50px; } #cuny-logo { float: right; } + .libapps { + float: right; + clear: right; + } } @media only screen and (max-width: 767px) { @@ -300,13 +308,19 @@ a.no-underline { margin-top: 40px !important; } #main-blue-footer { - min-height: 500px; + min-height: 450px; } .library-address { float: left; } #cuny-logo { float: left; + clear: both; + margin-top: 10px; + } + .libapps { + float: left; + clear: left; } } diff --git a/groups/new-homepage-3/homepage3-template.html b/groups/new-homepage-3/homepage3-template.html index 57ba420..8e21ad3 100644 --- a/groups/new-homepage-3/homepage3-template.html +++ b/groups/new-homepage-3/homepage3-template.html @@ -362,9 +362,9 @@