pixel pushing

This commit is contained in:
John Hess 2022-10-10 15:29:13 -05:00
parent d3174bdc9a
commit 27b1240b3e
6 changed files with 23 additions and 12 deletions

View file

@ -95,14 +95,16 @@ body {
}
.btn-main.btn-slim {
padding: .5em 2.5em;
}
// Text utility classes
.content-text {
font-family: $text-font-family;
font-size: 22px;
font-size: 16px;
line-height: 1.5;
@media (max-width: 768px) {
font-size: 18px;
}
}
.caption {