From cbb7d03c5e8885ed7f57282b2f6f5fa40126b88f Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 28 Feb 2023 11:46:47 +0100 Subject: [PATCH] playing with social icons shapes --- gitweb-danixland/gitweb.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index bea080f..b1f977b 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -267,10 +267,11 @@ td, th { padding: 0.5em; width: 3em; height: 3em; + text-align: center; border: 1px solid var(--fg); - -webkit-border-radius: 1.5em; - -moz-border-radius: 1.5em; - border-radius: 1.5em; + -webkit-border-radius: 2em; + -moz-border-radius: 2em; + border-radius: 2em; } .social-links ul li a { -- 2.20.1