mirror of
https://github.com/caddyserver/website.git
synced 2025-04-26 06:56:15 -04:00
Continue features page...
This commit is contained in:
parent
57d2d9d6af
commit
2c8892e4dd
4 changed files with 94 additions and 7 deletions
|
@ -45,7 +45,7 @@
|
|||
|
||||
.feature-row {
|
||||
display: grid;
|
||||
grid: auto / 1fr 3fr 2fr;
|
||||
grid: auto / 1fr 2fr 1fr;
|
||||
gap: 2em;
|
||||
padding: 2em 0;
|
||||
border-bottom: 2px dashed #a4c8ff25; /* #e6eaf0 */
|
||||
|
@ -88,6 +88,10 @@
|
|||
/* TODO: Figure this out */
|
||||
@media (max-width: 800px) {
|
||||
.feature-row {
|
||||
grid: repeat(3, auto) / 1fr;
|
||||
grid: repeat(3,auto) / 1fr 1fr;
|
||||
}
|
||||
|
||||
.feature-row .benefits {
|
||||
grid-area: 2 / 1;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue