avoid percentage widths, which appear to not do what we want in safari w/ jasquat

This commit is contained in:
burnettk 2023-05-08 16:24:52 -04:00
parent 339745b6a8
commit 2b76f4ad5d
1 changed files with 2 additions and 2 deletions

View File

@ -129,8 +129,8 @@ code {
} }
.app-logo { .app-logo {
height: 85%; height: 37px;
width: 85%; width: 152px;
margin-top: 1em; margin-top: 1em;
margin-bottom: 1em; margin-bottom: 1em;
} }