From fe8d1879f8cced9729d415a36dd42b83c2825bab Mon Sep 17 00:00:00 2001 From: dani Date: Wed, 4 Sep 2024 22:25:48 -0500 Subject: [PATCH] Fix underline of anchor tag links branch feat/style --- src/App.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index a0dc67b..8b3a73a 100644 --- a/src/App.css +++ b/src/App.css @@ -53,6 +53,11 @@ li { list-style: none; } +a { + text-decoration: underline; + text-underline-offset: 5px; +} + .hide { display: none !important; } @@ -98,7 +103,7 @@ li { font-size: 12px; } -@media (width <= 720px) { +@media (width <=720px) { button { font-size: 4vw; } @@ -129,4 +134,4 @@ li { .clock { font-size: 16vw; } -} +} \ No newline at end of file