mobile typography improvements

This commit is contained in:
Joel Glovier
2015-07-22 10:58:38 -04:00
parent e6aba02b97
commit 10e116c7d4
+13 -3
View File
@@ -54,6 +54,10 @@
float: left; float: left;
} }
} }
.executive-summary {
@media screen and (min-width: 600px) { font-size: 1.125rem; }
}
} }
.icon-links { .icon-links {
@@ -109,14 +113,20 @@
.resume-item-title { .resume-item-title {
@include sans_bold; @include sans_bold;
margin: 0 0 0; margin: 0 0 .75rem;
font-size: 1.5rem; font-size: 1.5rem;
letter-spacing: -.05rem; letter-spacing: -.05rem;
line-height: 1;
} }
.resume-item-details { .resume-item-details {
font-size: 1.25rem; font-size: 1.125rem;
margin: 0 0 1rem; margin: 0 0 .75rem;
line-height: 1;
}
.resume-item-copy {
margin: .75rem 0 0;
} }
} }