aboutsummaryrefslogtreecommitdiff
path: root/src/app.scss
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-02-27 18:12:53 +0100
committerpml68 <tutorialmester@gmail.com>2024-02-27 18:12:53 +0100
commit844ae572caf03d19c36e5be54074a92e8b468f87 (patch)
treee1c0d57861c4444e4404637460a41fc9c7ed10c6 /src/app.scss
parentchore: update packages (diff)
downloadpml68.dev-844ae572caf03d19c36e5be54074a92e8b468f87.tar.gz
feat: drop Font Awesome, migrate to SVG icons
Diffstat (limited to 'src/app.scss')
-rw-r--r--src/app.scss8
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;