mirror of
https://github.com/caddyserver/website.git
synced 2025-04-27 07:26:17 -04:00
More homepage/features content, screenshots, tweaks
This commit is contained in:
parent
cb4141e9c1
commit
f7295558c3
46 changed files with 744 additions and 98 deletions
|
@ -93,6 +93,35 @@
|
|||
}
|
||||
|
||||
|
||||
.split {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 75px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.split > * {
|
||||
flex: 1;
|
||||
margin-right: 50px;
|
||||
min-width: 0;
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
.split img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.split img,
|
||||
.benefits img {
|
||||
margin: 2em 0 0;
|
||||
max-width: 100%;
|
||||
box-shadow: 0 6px 10px rgb(0 0 0 / .15);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* TODO: Figure this out */
|
||||
@media (max-width: 800px) {
|
||||
.feature-row {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue