diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-28 14:00:46 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-28 14:00:46 +0200 |
| commit | 7cc58f9feb870c58432a6291db07ae9a95c08ca4 (patch) | |
| tree | c2c7c272c39d08caa8cb9083173ccee5bb393a68 | |
| parent | 415c548b31e3d7e8f567d16b0d9b305a4cc3f214 (diff) | |
| download | danixxyz-theme-7cc58f9feb870c58432a6291db07ae9a95c08ca4.tar.gz danixxyz-theme-7cc58f9feb870c58432a6291db07ae9a95c08ca4.zip | |
fix: switch back to auto-fit for proper 2+ repo layout
| -rw-r--r-- | assets/css/main.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index be3ccf7..8921966 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -589,9 +589,8 @@ html.theme-light picture img[src="/images/default_thumbnail_dark.png"] { .repo-grid { display: grid; - grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); + grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; - justify-items: center; } .repo-card:only-child { |
