diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-02-27 18:12:53 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-02-27 18:12:53 +0100 |
| commit | 844ae572caf03d19c36e5be54074a92e8b468f87 (patch) | |
| tree | e1c0d57861c4444e4404637460a41fc9c7ed10c6 /src/app.scss | |
| parent | chore: update packages (diff) | |
| download | pml68.dev-844ae572caf03d19c36e5be54074a92e8b468f87.tar.gz | |
feat: drop Font Awesome, migrate to SVG icons
Diffstat (limited to 'src/app.scss')
| -rw-r--r-- | src/app.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/app.scss b/src/app.scss index 0780b91..49f55e3 100644 --- a/src/app.scss +++ b/src/app.scss @@ -25,11 +25,11 @@ body { } .socials { - margin-top: 10px; + margin: 10px 0 4vh; } .social-icon { - font-size: clamp($icon-min, $icon-desired, $icon-max); + width: clamp($icon-min, $icon-desired, $icon-max); } a { @@ -43,6 +43,10 @@ a { } } +a.icon { + margin-right: 2vw; +} + .container { display: flex; height: 100dvh; |
