make footer smaller; update links; make alert larger

This commit is contained in:
Mark Eaton
2021-03-24 13:26:14 -04:00
parent fad5b17984
commit 621bc75e7b
2 changed files with 30 additions and 11 deletions
+21 -7
View File
@@ -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;
}
}