diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-28 13:45:39 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-28 13:45:39 +0200 |
| commit | 708682f017fb0f6a1293bc0a422872c95025aa6d (patch) | |
| tree | 417771bb3ed90ae7aa16290d2ea6f72c1929d1a0 /assets | |
| parent | 346f48df3950901be42ee2b8d23350ad3ac925f5 (diff) | |
| download | danixxyz-theme-708682f017fb0f6a1293bc0a422872c95025aa6d.tar.gz danixxyz-theme-708682f017fb0f6a1293bc0a422872c95025aa6d.zip | |
fix: use auto-fill instead of auto-fit for repo grid to ensure 2-col layout
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 8921966..b7efba9 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -589,7 +589,7 @@ html.theme-light picture img[src="/images/default_thumbnail_dark.png"] { .repo-grid { display: grid; - grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); + grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; } |
