theme: bring small fixes to guerande (#56588)

This commit is contained in:
Paul Marillonnet 2021-09-29 16:47:26 +02:00
parent 13bf05f66c
commit 08fb8c088e
1 changed files with 19 additions and 1 deletions

View File

@ -43,10 +43,14 @@ div#header h1#logo {
}
nav.site-nav {
margin-bottom: 50px;
@media screen and (max-width: $nav-mobile-limit) {
margin-top: 75px;
}
margin-bottom: 50px;
@media (min-width: $nav-mobile-limit + 1) {
padding-bottom: 10px;
border-bottom: 1px solid #8080802b;
}
}
div#nav {
@ -93,6 +97,20 @@ div#nav {
}
}
.page-header div.search-cell {
padding-top: 50px;
padding-bottom: 50px;
min-width: 400px;
}
.page-header div.wcs-tracking-code-input {
padding-bottom: 10px;
}
.page-header button {
@extend %button;
}
div#toplinks {
a { color: black; }
@media (min-width: $mobile-limit) {