From 25bf3281945cd281aa71cc4c360b323ff577793e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 29 Jan 2022 22:36:14 +0000 Subject: fix link styles --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 4511037..328ad6e 100644 --- a/style.css +++ b/style.css @@ -47,8 +47,8 @@ a { color: #ffffff; text-decoration: none; background-color: #000000; - padding: 5px; - margin: 5px; + padding: 2px; + margin: 2px; } a:hover { -- cgit v1.2.3