mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-17 21:51:43 +00:00
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…
x
Reference in New Issue
Block a user