diff options
Diffstat (limited to 'src/components/atoms/layout/copyright.module.scss')
| -rw-r--r-- | src/components/atoms/layout/copyright.module.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/atoms/layout/copyright.module.scss b/src/components/atoms/layout/copyright.module.scss index ffde516..5d5435c 100644 --- a/src/components/atoms/layout/copyright.module.scss +++ b/src/components/atoms/layout/copyright.module.scss @@ -2,6 +2,8 @@ @use "../../../styles/abstracts/mixins" as mix; .wrapper { + --icon-size: #{fun.convert-px(70)}; + display: flex; flex-flow: row wrap; align-items: center; |
