summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-18 16:05:32 +0200
committerDanilo M. <danix@danix.xyz>2026-04-18 16:05:32 +0200
commit16644e10044e75c64b0908e721648f5644296db7 (patch)
tree277d65c56b4ec7243cbfda8a0792f4f5ea7c9f1d /themes/danix-xyz-hacker
parent665955bfa1a11bbc8eae70df91fc62965397cf0c (diff)
downloaddanixxyz-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')
-rw-r--r--themes/danix-xyz-hacker/assets/css/main.css7
-rw-r--r--themes/danix-xyz-hacker/assets/css/main.min.css7
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 {