mobile typography improvements
This commit is contained in:
+13
-3
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user