]> danix's work - danix.xyz-2.git/commitdiff
style: center-align social share icon grid
authorDanilo M. <redacted>
Sat, 18 Apr 2026 13:39:22 +0000 (15:39 +0200)
committerDanilo M. <redacted>
Sat, 18 Apr 2026 13:39:22 +0000 (15:39 +0200)
themes/danix-xyz-hacker/assets/css/main.css
themes/danix-xyz-hacker/assets/css/main.min.css

index 129495b6552c01ac7300f7cce8afaddd7d3bd91c..f6888fa4ba393ed72511c37da7b78cd2004eea7b 100644 (file)
@@ -313,7 +313,7 @@ html.theme-light {
   .share-grid {
     display: grid;
     grid-template-columns: repeat(5, 50px);
-    justify-content: start;
+    justify-content: center;
   }
 
   .btn-share {
index 0698332b02f94ed66601ad0b2d844217c0186e9e..923401b2044a8bb96e7dd6e1a0bb27cb578fcf7c 100644 (file)
@@ -1425,7 +1425,7 @@ button,
 .share-grid {
   display: grid;
   grid-template-columns: repeat(5, 50px);
-  justify-content: start;
+  justify-content: center;
 }
 
 .btn-share {