mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 22:22:21 +08:00
aligned icons correctly
This commit is contained in:
parent
70c6e7de6f
commit
7e868d267c
1 changed files with 6 additions and 0 deletions
|
|
@ -329,6 +329,12 @@ key {
|
|||
gap: 0.25rem;
|
||||
text-decoration: none;
|
||||
|
||||
.fas,
|
||||
.far {
|
||||
display: grid;
|
||||
place-content: center center;
|
||||
}
|
||||
|
||||
&.active {
|
||||
color: var(--main-color);
|
||||
&:hover {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue