changing font-size for accessibility (#51)

This commit is contained in:
Matteo Manzinello
2020-07-29 09:38:26 +02:00
parent 0905ff752d
commit 5269c76f95
11 changed files with 12 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ $default-border-radius: 20px;
align-items: center;
flex-direction: column;
overflow: hidden;
font-size: 15px;
font-size: 16.5px;
z-index: 10000;
p,
@@ -174,7 +174,7 @@ $default-border-radius: 20px;
}
&.m-by {
font-size: 9px;
font-size: 12px;
margin-top: 0.8rem;
padding: 5px;
color: $default-color;