Made controls smaller text
This commit is contained in:
parent
7d149850ec
commit
a5c3ad7128
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ button.accordion:focus {
|
||||||
top: 25%;
|
top: 25%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
color: grey;
|
color: grey;
|
||||||
font-size: 250%;
|
font-size: 175%;
|
||||||
background-color: #242a3388;
|
background-color: #242a3388;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
|
Loading…
Reference in a new issue