diff options
| author | Armand Philippot <git@armandphilippot.com> | 2023-10-20 15:23:47 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2023-11-11 18:14:41 +0100 |
| commit | 98044be08600daf6bd7c7e1a4adada319dbcbbaf (patch) | |
| tree | 73b5509d2061a984a8f1e22ff776fdcdb764ecce /src/components/organisms/layout/site-footer.module.scss | |
| parent | 9492414d4ae94045eff4e06f636529bc0e71cb06 (diff) | |
feat(components): add a Colophon component
Diffstat (limited to 'src/components/organisms/layout/site-footer.module.scss')
| -rw-r--r-- | src/components/organisms/layout/site-footer.module.scss | 11 |
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)); |
