mirror of
https://github.com/caddyserver/website.git
synced 2025-04-27 23:46:16 -04:00
Minor improvements
This commit is contained in:
parent
c91e10bab2
commit
2b7a952093
4 changed files with 56 additions and 52 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue