Tweak font size
This commit is contained in:
parent
1bbc2cb336
commit
721df98762
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
listview > row {
|
||||
padding: 8px;
|
||||
font-size: 48px;
|
||||
font-size: 24px;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
|
@ -10,11 +10,11 @@ listview > row {
|
|||
|
||||
#overlay-text {
|
||||
color: white;
|
||||
font-size: 48px;
|
||||
font-size: 24px;
|
||||
font-family: monospace;
|
||||
background-color: rgba(64, 64, 64, 0.25);
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
margin: 48px;
|
||||
padding: 24px;
|
||||
border-radius: 8px;
|
||||
margin: 32px;
|
||||
width: 80%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue