Fix missing semicolon.

This commit is contained in:
Bryan Mauger 2023-01-20 10:38:53 -05:00
parent edc5a8c3c6
commit 5a37eec9ff

View file

@ -42,7 +42,7 @@ h6,
.small {
font-size: 0.875rem;
line-height: 1.7
line-height: 1.7;
font-weight: 400;
}