aboutsummaryrefslogtreecommitdiff
path: root/src/app.scss
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;