Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <github@jimmycai.com>2021-10-23 12:58:55 +0300
committerGitHub <noreply@github.com>2021-10-23 12:58:55 +0300
commit661e59b85d6761905da906018a26120a0b45ef5e (patch)
tree6775f178cbf79c5d01a846ac8c707eff297fbf7b /assets/scss
parent7c59ac77137a9bbf2d9b4430aeca7006fb044da0 (diff)
feat: social menu (#401)
Diffstat (limited to 'assets/scss')
-rw-r--r--assets/scss/partials/menu.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/scss/partials/menu.scss b/assets/scss/partials/menu.scss
index 2c7ad74..1d612d1 100644
--- a/assets/scss/partials/menu.scss
+++ b/assets/scss/partials/menu.scss
@@ -201,3 +201,18 @@
}
}
}
+
+.social-menu {
+ list-style: none;
+ padding: 0%;
+ display: flex;
+ flex-direction: row;
+ gap: 10px;
+
+ svg {
+ width: 24px;
+ height: 24px;
+ stroke: var(--body-text-color);
+ stroke-width: 1.33;
+ }
+}