From 1d95cd1ba2972dd9eeb07442a199cf8c267183e6 Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 28 Feb 2024 20:04:00 +0100 Subject: refactor: remove unnecessary warning about the a tag not having a child element --- src/app.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/app.scss') diff --git a/src/app.scss b/src/app.scss index 49f55e3..167575b 100644 --- a/src/app.scss +++ b/src/app.scss @@ -25,7 +25,7 @@ body { } .socials { - margin: 10px 0 4vh; + margin-top: 10px; } .social-icon { @@ -43,10 +43,6 @@ a { } } -a.icon { - margin-right: 2vw; -} - .container { display: flex; height: 100dvh; -- cgit v1.2.3