Minor improvements

This commit is contained in:
Matthew Holt 2023-10-01 10:56:18 -06:00 committed by Francis Lavoie
parent c91e10bab2
commit 2b7a952093
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
4 changed files with 56 additions and 52 deletions

View file

@ -1,4 +1,20 @@
.hero-content {
margin-bottom: 0;
padding-bottom: 50px;
}
}
.datagrid {
display: flex;
flex-wrap: wrap;
gap: 2em;
margin-top: 50px;
}
.datagrid h4 {
color: #668591;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: .5em;
min-width: 200px;
}