fix(css): logo widths

main
steven 2021-03-15 18:26:02 -04:00
parent 6db8cffcbe
commit d0aa94f2ed
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ em {
float: left;
width: 25%;
}
.logo {
width: 100%;
}
/* breakpoints at 850px and 475px */
@media screen and (max-width: 850px) {