From a0c95ad4930e20a939192c1c9927b567ee48404d Mon Sep 17 00:00:00 2001 From: danix Date: Sun, 26 Feb 2023 19:55:29 +0100 Subject: [PATCH] working on alignment of items in footer --- gitweb-danixland/gitweb.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.20.1