From: danix Date: Sun, 26 Feb 2023 18:55:29 +0000 (+0100) Subject: working on alignment of items in footer X-Git-Url: https://git.danix.xyz/?p=gitweb-theme-danix.git;a=commitdiff_plain;h=a0c95ad4930e20a939192c1c9927b567ee48404d working on alignment of items in footer --- diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 32cf162..fc87875 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -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);