avoid percentage widths, which appear to not do what we want in safari w/ jasquat
This commit is contained in:
parent
339745b6a8
commit
2b76f4ad5d
|
@ -129,8 +129,8 @@ code {
|
|||
}
|
||||
|
||||
.app-logo {
|
||||
height: 85%;
|
||||
width: 85%;
|
||||
height: 37px;
|
||||
width: 152px;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue