working on alignment of items in footer
authordanix <danix@danix.xyz>
Sun, 26 Feb 2023 18:55:29 +0000 (19:55 +0100)
committerdanix <danix@danix.xyz>
Sun, 26 Feb 2023 18:55:29 +0000 (19:55 +0100)
gitweb-danixland/gitweb.css

index 32cf162..fc87875 100644 (file)
@@ -241,7 +241,7 @@ td, th {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
-  justify-content: space-between;
+  justify-content: space-around;
   align-items: center;
   align-content: stretch;
 }
@@ -262,6 +262,7 @@ td, th {
 
 .social-links ul li a {
   height: 32px;
+  text-align: center;
 }
 .social-links ul li.spotify a {
   color: var(--spotify);