atst/scss/base/_typography.scss
2018-06-11 15:29:29 -04:00

14 lines
164 B
SCSS

h1, h2, h3, h4, h5, h6 {
font-family: $font-sans;
.usa-button {
position: relative;
bottom: 0.5rem;
left: 1rem;
}
}
h1 {
margin-top: 0.5em;
}