X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=gitweb-danixland%2Fgitweb.css;h=bea5f029cd7fff466ee6a65048bfeea00ff886d4;hb=2efcb97b629bb59281c24c722f71510781ebdc33;hp=b1f977b74b8b007cda345178ed0ed69528e20092;hpb=cbb7d03c5e8885ed7f57282b2f6f5fa40126b88f;p=gitweb-theme-danix.git diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index b1f977b..bea5f02 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -264,19 +264,17 @@ td, th { .social-links ul li { display: inline-block; margin: 1em; - padding: 0.5em; - width: 3em; - height: 3em; - text-align: center; - border: 1px solid var(--fg); - -webkit-border-radius: 2em; - -moz-border-radius: 2em; - border-radius: 2em; } .social-links ul li a { height: 32px; + width: 32px; text-align: center; + border: 1px solid var(--fg); + -webkit-border-radius: 16px; + -moz-border-radius: 16px; + border-radius: 16px; + vertical-align: middle; } .social-links ul li.spotify a { color: var(--spotify);