Prevent Horizontal Overflow on Homepage (#463)

This commit is contained in:
ff2400t 2025-04-09 23:07:14 +05:30 committed by GitHub
parent 372116106f
commit 69f7aac346
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
} }
} }