From 16644e10044e75c64b0908e721648f5644296db7 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 18 Apr 2026 16:05:32 +0200 Subject: fixed the number of columns for the sharing widget in the sidebar to 3x3 --- themes/danix-xyz-hacker/assets/css/main.css | 7 +++++-- themes/danix-xyz-hacker/assets/css/main.min.css | 7 +++++-- 2 files changed, 10 insertions(+), 4 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 { diff --git a/themes/danix-xyz-hacker/assets/css/main.min.css b/themes/danix-xyz-hacker/assets/css/main.min.css index 923401b..9c5c690 100644 --- a/themes/danix-xyz-hacker/assets/css/main.min.css +++ b/themes/danix-xyz-hacker/assets/css/main.min.css @@ -1424,8 +1424,11 @@ button, .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 { -- cgit v1.2.3