From 7265bb81915db3b7ba4a8f413103d6b2c327c167 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Fri, 13 Sep 2024 22:48:29 +0200 Subject: [PATCH] Revert "add display: block; for " This reverts commit 222f4df82fec550c41e15e53159e4aa0e13645bc. --- site/index.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/site/index.css b/site/index.css index 2ebac6c..26394ea 100644 --- a/site/index.css +++ b/site/index.css @@ -21,10 +21,6 @@ body { margin: 1em auto 1em; } -a { - display: block; -} - a:link { color: #7EB6E1; }