Merge branch 'main' of ssh://github.com/markeeaton/Kingsborough-Libguide

This commit is contained in:
Mark Eaton
2021-05-09 20:55:16 -04:00
+19 -1
View File
@@ -22,6 +22,7 @@ body {
#header-div { #header-div {
padding: 30px; padding: 30px;
text-align: center;
} }
/* style navbar */ /* style navbar */
@@ -267,10 +268,12 @@ a.no-underline {
#library-logo { #library-logo {
max-width: 100%; max-width: 100%;
max-height: 150px;
} }
#kb-cuny-logo { #kb-cuny-logo {
max-width: 100%; max-width: 100%;
max-height: 150px;
} }
#corona-alert { #corona-alert {
@@ -312,7 +315,7 @@ a.no-underline {
@media only screen and (min-width: 767px) { @media only screen and (min-width: 767px) {
#corona-alert { #corona-alert {
margin: -50px 12px 0px 12px; margin: -20px 12px 0px 12px;
} }
.zero-margin { .zero-margin {
@@ -352,18 +355,33 @@ a.no-underline {
@media only screen and (min-width: 992px) { @media only screen and (min-width: 992px) {
#header-div {
text-align: left;
}
#kb-cuny-logo { #kb-cuny-logo {
max-width: 40%; max-width: 40%;
max-height: 300px;
margin-top: -15px; margin-top: -15px;
} }
#library-logo { #library-logo {
float: right; float: right;
max-width: 50%; max-width: 50%;
max-height: 300px;
margin-top: -70px; margin-top: -70px;
margin-right: -40px; margin-right: -40px;
} }
#corona-alert {
margin-top: -65px;
}
nav.navbar-default.yamm {
margin-top: -20px;
}
.form-width { .form-width {
width: 350px; width: 350px;
} }