diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-04-14 22:30:45 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-04-14 22:34:43 +0200 |
| commit | 894621cbf347485010de612b0f7fec74bdd26778 (patch) | |
| tree | ae552e096d5db104594be2a7a6ebc86a99d0642e /src/components/organisms/layout/footer.module.scss | |
| parent | 88b575b0d81e97531b70e90c1e124719b547614b (diff) | |
chore: add a Toolbar component
Diffstat (limited to 'src/components/organisms/layout/footer.module.scss')
| -rw-r--r-- | src/components/organisms/layout/footer.module.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/organisms/layout/footer.module.scss b/src/components/organisms/layout/footer.module.scss index a809d3c..c180e86 100644 --- a/src/components/organisms/layout/footer.module.scss +++ b/src/components/organisms/layout/footer.module.scss @@ -11,6 +11,8 @@ @include mix.media("screen") { @include mix.dimensions("sm") { + --toolbar-size: 0px; + flex-flow: row wrap; font-size: var(--font-size-sm); } |
