From b22a0d4a755982043136e9908d0aa49e4e95107b Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 28 Feb 2023 11:46:00 +0100 Subject: [PATCH] playing with social icons again --- gitweb-danixland/gitweb.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index c786903..bea080f 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -265,12 +265,12 @@ td, th { display: inline-block; margin: 1em; padding: 0.5em; - width: 2em; - height: 2em; + width: 3em; + height: 3em; border: 1px solid var(--fg); - -webkit-border-radius: 1em; - -moz-border-radius: 1em; - border-radius: 1em; + -webkit-border-radius: 1.5em; + -moz-border-radius: 1.5em; + border-radius: 1.5em; } .social-links ul li a { -- 2.20.1