🛠 Minor improvements

This commit is contained in:
Dennis Reimann
2020-10-06 20:25:26 +02:00
parent 017ae4eeb7
commit f5297788ee
3 changed files with 8 additions and 8 deletions

View File

@@ -63,7 +63,7 @@
@media (--up_to_M) {
margin-top: var(--space-m);
font-size: var(--font-size-l);
font-size: var(--font-size-xl);
}
@media (--M_to_L) {
margin-top: var(--space-m);
@@ -103,8 +103,8 @@
display: inline-block;
& svg {
height: .8em;
width: .8em;
height: .85em;
width: .85em;
display: block;
}
}