Update style.css
Added margins to control buttons which appear without any margins on iPhone
This commit is contained in:
parent
206ac3eee7
commit
05e129bc13
|
|
@ -197,8 +197,10 @@ h1{
|
|||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
margin: 2;
|
||||
font-size: 4vh;
|
||||
margin-top: 0.3em;
|
||||
margin-left: 0.3em;
|
||||
margin-right: 0.3em;
|
||||
}
|
||||
.update {
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue