From 1b4848ef580bc154e5c5500d59ccf1882964cb50 Mon Sep 17 00:00:00 2001 From: Miraty Date: Mon, 23 Sep 2024 23:46:09 +0200 Subject: [PATCH] bigger font for small-button --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index a76ec7f..717ff7c 100644 --- a/style.css +++ b/style.css @@ -77,8 +77,8 @@ a:hover, a:visited:hover, a:focus, a:focus:visited { } .small-button { - font-size: 80%; - padding: 0 1rem 0 1rem; + font-size: 85%; + padding: 0.1rem 0.5rem 0.1rem 0.5rem; } img {