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