Update style.css

Added margins to control buttons which appear without any margins on iPhone
This commit is contained in:
smithse 2024-12-17 13:10:01 +08:00 committed by GitHub
parent 206ac3eee7
commit 05e129bc13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -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;