Increase fab size

This commit is contained in:
Fabian 2019-07-29 16:09:28 +02:00
parent 9d7b865195
commit 6469db4cba

View File

@ -57,15 +57,15 @@
.fab { .fab {
border-radius: 50%; border-radius: 50%;
width: 2.5rem; width: 3.5rem;
height: 2.5rem; height: 3.5rem;
margin: .5rem; margin: .5rem;
line-height: 1.5rem; line-height: 2rem;
font-size: 1.5rem; font-size: 2rem;
>svg { >svg {
height: 1.5rem; height: 2rem;
width: 1.5rem; width: 2rem;
} }
position: fixed; position: fixed;