aboutsummaryrefslogtreecommitdiff
path: root/src/app.scss
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-02-28 20:04:00 +0100
committerpml68 <tutorialmester@gmail.com>2024-02-28 20:04:00 +0100
commit1d95cd1ba2972dd9eeb07442a199cf8c267183e6 (patch)
tree6a2a6df10b873edbf369b2b7bd28a211af08ffba /src/app.scss
parentfix: the first three links were mixed up (diff)
downloadpml68.dev-1d95cd1ba2972dd9eeb07442a199cf8c267183e6.tar.gz
refactor: remove unnecessary warning about the a tag not having a child element
Diffstat (limited to '')
-rw-r--r--src/app.scss6
1 files changed, 1 insertions, 5 deletions
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;