mirror of
https://github.com/caddyserver/website.git
synced 2025-04-27 23:46:16 -04:00
20 lines
283 B
CSS
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;
|
|
}
|