caddy-website/new/resources/css/features.css

21 lines
283 B
CSS
Raw Normal View History

2023-09-29 15:28:51 -06:00
.hero-content {
margin-bottom: 0;
padding-bottom: 50px;
2023-10-01 10:56:18 -06:00
}
.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;
}