Ensmallen the logo and tweak the header margin.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cassowary Rusnov 2022-12-20 13:42:31 -08:00
parent 0259650672
commit d20d343d30
1 changed files with 3 additions and 3 deletions

View File

@ -84,8 +84,8 @@ h1.site-title {
} }
div.site-logo > a > img.custom-logo { div.site-logo > a > img.custom-logo {
width: 10rem; width: 8.5rem;
height: 10rem; height: 8.5rem;
} }
div.site-logo { div.site-logo {
@ -191,7 +191,7 @@ body.home nav#site-navigation ul#primary-menu-list li.menu-item a:visited {
@media (min-width: 640px) { @media (min-width: 640px) {
body.home > div#page header#masthead { body.home > div#page header#masthead {
margin-bottom: 20vh; margin-bottom: 15vh;
} }
div#content { div#content {