Replace px font-size with relative units (em and rem)

This commit is contained in:
Michael Rose
2016-03-30 16:59:48 -04:00
parent 570864dfb8
commit 045c7db1dd
18 changed files with 104 additions and 98 deletions

View File

@@ -38,7 +38,7 @@
@include prefix(2.5 of 12);
}
font-size: 24px;
font-size: $type-size-5;
}
.masthead__menu {
@@ -61,6 +61,6 @@
.masthead__menu-item {
display: block;
list-style-type: none;
font-size: 16px;
font-size: $type-size-6;
white-space: nowrap;
}