adjust margins on header

This commit is contained in:
Mark Eaton
2021-04-27 11:17:27 -04:00
parent 6a6ba5eaf8
commit ab1ca79227
3 changed files with 15 additions and 3 deletions
+5 -1
View File
@@ -357,7 +357,7 @@ a.no-underline {
float: right;
max-width: 60%;
margin-top: -70px;
margin-right: -80px;
margin-right: -70px;
}
.form-width {
@@ -369,6 +369,10 @@ a.no-underline {
#kb-cuny-logo {
margin-top: 10px;
}
#library-logo {
margin-right: -85px;
}
}
/*!
+9 -1
View File
@@ -12,6 +12,7 @@ body {
background-color: #faf870;
padding: 5px;
border-radius: 5px;
margin-bottom: 10px;
}
#corona-alert-text {
@@ -31,7 +32,6 @@ nav.navbar-default.yamm {
border: none;
font-size: 1.4em;
color: #111;
margin-top: -30px;
border-radius: 0px;
}
@@ -307,6 +307,10 @@ a.no-underline {
@media only screen and (min-width: 767px) {
nav.navbar-default.yamm {
margin-top: -30px;
}
.zero-margin {
margin: -2px;
}
@@ -365,6 +369,10 @@ a.no-underline {
#kb-cuny-logo {
margin-top: 25px;
}
#library-logo {
margin-right: -95px;
}
}
/*!
+1 -1
View File
@@ -371,7 +371,7 @@ a.no-underline {
}
#library-logo {
margin-right: -180px;
margin-right: -190px;
}
}