diff options
| author | 2025-10-18 22:15:04 +0700 | |
|---|---|---|
| committer | 2025-10-18 22:15:04 +0700 | |
| commit | 5216fe419f15bab38add61084e46d052ad117aa2 (patch) | |
| tree | ba1efab02085588bef2b7dfbf51af695e505b7a3 /static/input.css | |
| parent | 8389811f17d192dc4d89761c2f08f311e8ee7a87 (diff) | |
| download | web-5216fe419f15bab38add61084e46d052ad117aa2.tar.gz web-5216fe419f15bab38add61084e46d052ad117aa2.zip | |
fix: disable horizontal order for masonry
feat: raise width levels for columns count in gallery
feat: raise width levels for thumbnails resolution
Diffstat (limited to 'static/input.css')
| -rw-r--r-- | static/input.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/input.css b/static/input.css index dc902a4..91c1e05 100644 --- a/static/input.css +++ b/static/input.css @@ -435,7 +435,7 @@ a:hover, .linklike:hover { } } -@container main (width >= 48rem) { +@container main (width >= 56rem) { .grid-item, .grid-sizer { width: 25%; } @@ -445,7 +445,7 @@ a:hover, .linklike:hover { } } -@container main (width >= 64rem) { +@container main (width >= 96rem) { .grid-item, .grid-sizer { width: 20%; } |