mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Fix reset button size
This commit is contained in:
parent
9628b437b1
commit
72cfbe9062
@ -8,10 +8,10 @@
|
|||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
color: white;
|
color: white;
|
||||||
font: 9px Helvetica;
|
font: 9px Helvetica;
|
||||||
height: 42px;
|
height: 36px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
width: 42px;
|
width: 36px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user