Browse Source

Improve horizontal alignment of upgrade icons

tags/v0.0.3
Fen Dweller 6 years ago
parent
commit
6478d8db2a
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      gorge.css

+ 2
- 1
gorge.css View File

@@ -299,13 +299,14 @@ button {
display: block; display: block;
background-color: #444; background-color: #444;
transition: 0.2s; transition: 0.2s;
text-align: center;
} }


.upgrade-button > .fas { .upgrade-button > .fas {
width: 100px; width: 100px;
height: 100px; height: 100px;
font-size: 75px; font-size: 75px;
transform: translate(12.5%, -37.5%);
transform: translate(0%, -37.5%);
opacity: 0.5; opacity: 0.5;
} }




Loading…
Cancel
Save