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…
Reference in New Issue