mirror of
https://github.com/caddyserver/website.git
synced 2025-04-25 14:36:16 -04:00
Start making homepage responsive
This commit is contained in:
parent
7183805135
commit
09b9c74bfc
3 changed files with 16 additions and 5 deletions
|
@ -511,6 +511,20 @@ img.cite {
|
|||
|
||||
|
||||
|
||||
@media (max-width: 1350px) {
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.asides {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.action-buttons {
|
||||
margin-bottom: 55px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue