diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-02-28 20:04:00 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-02-28 20:04:00 +0100 |
| commit | 1d95cd1ba2972dd9eeb07442a199cf8c267183e6 (patch) | |
| tree | 6a2a6df10b873edbf369b2b7bd28a211af08ffba /src/app.scss | |
| parent | fix: the first three links were mixed up (diff) | |
| download | pml68.dev-1d95cd1ba2972dd9eeb07442a199cf8c267183e6.tar.gz | |
refactor: remove unnecessary warning about the a tag not having a child element
Diffstat (limited to 'src/app.scss')
| -rw-r--r-- | src/app.scss | 6 |
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; |
