]> danix's work - gitweb-theme-danix.git/commitdiff
playing with social icons again
authordanix <redacted>
Tue, 28 Feb 2023 10:46:00 +0000 (11:46 +0100)
committerdanix <redacted>
Tue, 28 Feb 2023 10:46:00 +0000 (11:46 +0100)
gitweb-danixland/gitweb.css

index c78690367e72468c6345d33c61478027b3c1d7fe..bea080fe0c89edec1f893a78f2fd4ff0c9f8131d 100644 (file)
@@ -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 {