Prevent Horizontal Overflow on Homepage

This commit is contained in:
ff2400t 2025-03-29 12:56:02 +05:30 committed by GitHub
parent 372116106f
commit 13df78d9c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -247,7 +247,7 @@ section.dark .cols {
.cols .col {
min-width: 350px;
min-width: 300px;
padding-left: 1em;
flex: 1;
}
@ -664,4 +664,4 @@ div.ap-wrapper:fullscreen div.ap-player {
.display.left > * {
transform: none;
}
}
}