mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-20 06:58:52 +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 {
|
.app-logo {
|
||||||
height: 85%;
|
height: 37px;
|
||||||
width: 85%;
|
width: 152px;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user