aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/site-footer.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/layout/site-footer.module.scss')
-rw-r--r--src/components/organisms/layout/site-footer.module.scss11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/components/organisms/layout/site-footer.module.scss b/src/components/organisms/layout/site-footer.module.scss
index a502763..158c419 100644
--- a/src/components/organisms/layout/site-footer.module.scss
+++ b/src/components/organisms/layout/site-footer.module.scss
@@ -18,17 +18,6 @@
}
}
-.nav {
- @include mix.media("screen") {
- @include mix.dimensions("sm") {
- &::before {
- content: "\2022";
- margin-right: var(--spacing-2xs);
- }
- }
- }
-}
-
.back-to-top {
position: fixed;
bottom: calc(var(--toolbar-size, 0px) + var(--spacing-md));