Update logo width to be responsive

This commit is contained in:
Nathan Chapman 2022-05-16 19:45:18 -06:00
parent a49d751576
commit 1fefc16807

View File

@ -105,6 +105,7 @@ img {
.site__logo { .site__logo {
max-width: 20rem; max-width: 20rem;
width: 100%;
} }
/* Nav /* Nav
@ -314,4 +315,4 @@ footer {
footer a { footer a {
color: white; color: white;
} }