Add margin to reach intro for small screens

This commit is contained in:
seotts 2022-05-10 12:00:44 -04:00
parent b062893c85
commit 6dad747671

View file

@ -647,6 +647,10 @@ a, a:link, a:visited, a:active{
.hed{
max-width: 620px;
margin: auto;
@media #{$small} {
margin: auto 8px;
}
}
.reach-numbers {