some typography fixes

This commit is contained in:
Andrew Croce 2018-07-23 14:25:38 -04:00
parent 900544bffd
commit 9f13737e8f
2 changed files with 7 additions and 15 deletions

View File

@ -44,6 +44,7 @@
.alert__title {
@include h3;
margin-top: 0;
}
.alert__content {

View File

@ -9,23 +9,14 @@
-moz-osx-font-smoothing: grayscale;
}
p {
margin: 0 0 ($gap * 2) 0;
max-width: 45em;
}
h1, h2, h3, h4, h5, h6 {
font-family: $font-sans;
.usa-button {
position: relative;
bottom: 0.5rem;
left: 1rem;
}
}
h1 {
margin-top: 0.5em;
}
h2 {
margin-top: 0;
margin: ($gap * 2) 0;
}
a,