caddy-website/new/resources/css/features.css
2023-12-08 18:49:07 -05:00

20 lines
283 B
CSS

.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;
}