mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 05:56:15 -04:00
Quick attempt at making features page more printable
This commit is contained in:
parent
d03f9e5e5c
commit
1646cd51c1
1 changed files with 45 additions and 0 deletions
|
@ -141,4 +141,49 @@ h3 {
|
|||
.feature-row {
|
||||
grid: auto / 1fr 2fr 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media print {
|
||||
body {
|
||||
font-size: 14px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.diagonal,
|
||||
.diagonal > * {
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
.topbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.feature-list {
|
||||
margin: 25px 0;
|
||||
}
|
||||
|
||||
.feature-row {
|
||||
padding: .5em;
|
||||
gap: 1em;
|
||||
}
|
||||
|
||||
.feature-row .benefits {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
p + h3 {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
section {
|
||||
background: white !important;
|
||||
color: inherit !important;
|
||||
padding: 25px 0;
|
||||
}
|
||||
|
||||
.diagonal {
|
||||
padding: 25px 0;
|
||||
margin: 25px 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue