UX: Make default site logo height an even 40px

This commit is contained in:
Kris 2019-07-05 23:46:43 -04:00
parent de6edf9e4e
commit a9982b5aa2

View File

@ -7,7 +7,7 @@
height: 4em;
margin-bottom: 15px;
#site-logo {
height: 2.57em;
height: 2.667em; // 40px with default 15px font size
}
#site-text-logo {
font-size: $font-up-3;