diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-18 16:05:32 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-18 16:05:32 +0200 |
| commit | 16644e10044e75c64b0908e721648f5644296db7 (patch) | |
| tree | 277d65c56b4ec7243cbfda8a0792f4f5ea7c9f1d /themes/danix-xyz-hacker/assets/css/main.css | |
| parent | 665955bfa1a11bbc8eae70df91fc62965397cf0c (diff) | |
| download | danixxyz-16644e10044e75c64b0908e721648f5644296db7.tar.gz danixxyz-16644e10044e75c64b0908e721648f5644296db7.zip | |
fixed the number of columns for the sharing widget in the sidebar to 3x3
Diffstat (limited to 'themes/danix-xyz-hacker/assets/css/main.css')
| -rw-r--r-- | themes/danix-xyz-hacker/assets/css/main.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/themes/danix-xyz-hacker/assets/css/main.css b/themes/danix-xyz-hacker/assets/css/main.css index f6888fa..a1d1acc 100644 --- a/themes/danix-xyz-hacker/assets/css/main.css +++ b/themes/danix-xyz-hacker/assets/css/main.css @@ -312,8 +312,11 @@ html.theme-light { .share-grid { display: grid; - grid-template-columns: repeat(5, 50px); - justify-content: center; + grid-template-columns: repeat(3, 50px); + justify-content: space-evenly; + justify-items: center; + align-content: space-evenly; + align-items: center; } .btn-share { |
