mirror of
https://github.com/caddyserver/website.git
synced 2025-04-25 22:46:16 -04:00
Continue home and features pages
This commit is contained in:
parent
5dbd53c0ee
commit
cb4141e9c1
6 changed files with 186 additions and 63 deletions
|
@ -67,10 +67,15 @@
|
|||
font-weight: 500;
|
||||
}
|
||||
|
||||
.feature-row ul.detail {
|
||||
.feature-row ul.detail,
|
||||
.feature-row .detail ul {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.feature-row .detail ul {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.feature-row ul li {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
|
|
@ -324,10 +324,11 @@ div.ap-wrapper:fullscreen div.ap-player {
|
|||
|
||||
|
||||
.testimonials {
|
||||
--testimonial-spacing: 25px;
|
||||
display: grid;
|
||||
grid-auto-columns: minmax(0, 1fr);
|
||||
grid-auto-flow: column;
|
||||
gap: 25px;
|
||||
gap: var(--testimonial-spacing);
|
||||
position: relative;
|
||||
}
|
||||
.testimonials::before {
|
||||
|
@ -351,9 +352,12 @@ div.ap-wrapper:fullscreen div.ap-player {
|
|||
border: 1px solid rgb(174, 181, 185);
|
||||
border-radius: 5px;
|
||||
padding: 1em;
|
||||
margin: var(--testimonial-spacing) 0;
|
||||
}
|
||||
.testimonial-quote {
|
||||
margin-bottom: 1em;
|
||||
font-size: 16px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.testimonial-name,
|
||||
.testimonial-role {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue