diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-08 18:11:41 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-08 18:11:41 +0200 |
| commit | 1510749c61feed6b7948f538c1bc4709ee2e0112 (patch) | |
| tree | 84af445b4abe034905af75d5e5b15b8fffa4a508 /assets/css/main.css | |
| parent | 7e4df08766d0f4101e1ec714ddaf59830f35bdf6 (diff) | |
| download | danixxyz-theme-1510749c61feed6b7948f538c1bc4709ee2e0112.tar.gz danixxyz-theme-1510749c61feed6b7948f538c1bc4709ee2e0112.zip | |
refactor: move contribution graph to footer full-width row, centered
Remove sidebar placement. Footer: full-width row, cellSize=12,
centered via flex + text-align. Removed sidebar-widget class from
partial. contrib-summary text-align: center added.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'assets/css/main.css')
| -rw-r--r-- | assets/css/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 04f737d..2455103 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1986,6 +1986,7 @@ html.theme-light .prose-invert .cta-block a { } .contrib-summary { + text-align: center; font-size: 0.65rem; color: var(--text-dim); margin-top: 6px; |
