diff options
Diffstat (limited to 'src/components/molecules')
| -rw-r--r-- | src/components/molecules/buttons/back-to-top.module.scss | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/components/molecules/buttons/back-to-top.module.scss b/src/components/molecules/buttons/back-to-top.module.scss index 9721bff..77ee97b 100644 --- a/src/components/molecules/buttons/back-to-top.module.scss +++ b/src/components/molecules/buttons/back-to-top.module.scss @@ -2,8 +2,8 @@  .wrapper {    .link { -    width: clamp(#{fun.convert-px(44)}, 6vw, #{fun.convert-px(55)}); -    height: clamp(#{fun.convert-px(44)}, 6vw, #{fun.convert-px(55)}); +    width: clamp(#{fun.convert-px(48)}, 8vw, #{fun.convert-px(55)}); +    height: clamp(#{fun.convert-px(48)}, 8vw, #{fun.convert-px(55)});      svg {        width: 100%; | 
