diff options
Diffstat (limited to 'src/components/Footer/Footer.module.scss')
| -rw-r--r-- | src/components/Footer/Footer.module.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/Footer/Footer.module.scss b/src/components/Footer/Footer.module.scss new file mode 100644 index 0000000..496044a --- /dev/null +++ b/src/components/Footer/Footer.module.scss @@ -0,0 +1,8 @@ +.wrapper { + display: flex; + flex-flow: row wrap; + place-items: center; + place-content: center; + gap: var(--spacing-xs); + padding: var(--spacing-md) 0; +} |
