mirror of
https://github.com/caddyserver/website.git
synced 2025-04-20 04:15:04 -04:00
Prevent Horizontal Overflow on Homepage (#463)
This commit is contained in:
parent
372116106f
commit
69f7aac346
1 changed files with 2 additions and 2 deletions
|
@ -247,7 +247,7 @@ section.dark .cols {
|
||||||
|
|
||||||
|
|
||||||
.cols .col {
|
.cols .col {
|
||||||
min-width: 350px;
|
min-width: 300px;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
@ -664,4 +664,4 @@ div.ap-wrapper:fullscreen div.ap-player {
|
||||||
.display.left > * {
|
.display.left > * {
|
||||||
transform: none;
|
transform: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue