From: danix Date: Tue, 28 Feb 2023 10:46:00 +0000 (+0100) Subject: playing with social icons again X-Git-Url: https://git.danix.xyz/?p=gitweb-theme-danix.git;a=commitdiff_plain;h=b22a0d4a755982043136e9908d0aa49e4e95107b playing with social icons again --- 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 {