Fix header layout.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cassowary Rusnov 2022-12-29 10:32:44 -08:00
parent 14e0d2236d
commit f2e93be8b4
1 changed files with 11 additions and 6 deletions

View File

@ -58,7 +58,6 @@ body.home {
body > div#page header#masthead {
background-color: var(--red32m);
flex-direction: column;
}
body.home > div#page header#masthead {
@ -79,6 +78,11 @@ body.home form#search-form {
display: none;
}
header#masthead {
display: flex;
flex-direction: column;
}
h1.site-title {
display: none;
}
@ -134,11 +138,6 @@ body.home footer#colophon a:hover {
text-decoration: underline;
}
header#masthead {
display: flex;
flex-direction: row;
}
nav#site-navigation {
display: flex;
height: 6.5rem;
@ -192,6 +191,11 @@ body.home nav#site-navigation ul#primary-menu-list li.menu-item a:visited {
@media (min-width: 640px) {
header#masthead {
display: flex;
flex-direction: row;
}
body.home > div#page header#masthead {
margin-bottom: 15vh;
}
@ -201,6 +205,7 @@ body.home nav#site-navigation ul#primary-menu-list li.menu-item a:visited {
}
div.site-logo {
margin: 0;
margin-left: var(--desktop-lrmargin);
}