Make font size 1em for larger screens

This commit is contained in:
Luis Ramos
2020-09-25 21:28:22 +01:00
parent 2234ea6f5a
commit bbef0bac5f

View File

@@ -44,7 +44,7 @@
background: transparent;
text-transform: capitalize;
line-height: 1;
font-size: 0.875em;
font-size: 1em;
padding: 1em 2em;
border: none;
@@ -58,6 +58,7 @@
@include breakpoint(phablet) {
padding: 0.35em 0 0.65em 0;
font-size: 0.875em;
}
}