Make the icon slightly bigger.

This commit is contained in:
Bauke 2022-03-17 15:17:04 +01:00
parent 3a5f4f7027
commit bb9680c19b
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@
background-color: var(--df-2);
color: var(--db-1);
display: inline-flex;
height: 4rem;
height: 4.5rem;
justify-content: center;
margin-right: 8px;
width: 4rem;
width: 4.5rem;
}
}