Skip to content
Snippets Groups Projects
Commit f93c8fc3 authored by alexisben's avatar alexisben
Browse files

remove last half spacing usage

parent d173f82a
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ footer#document-footer
&::after
font-size: $footer-icons-size
@include media-breakpoint-up(desktop)
margin-right: half(-$spacing-2)
margin-right: -0.2em
padding-left: $spacing-2
@include media-breakpoint-down(desktop)
width: fit-content
......
......@@ -139,7 +139,7 @@
@include media-breakpoint-down(desktop)
display: none
+ li
margin-top: half($spacing-5)
margin-top: $spacing-4
@include media-breakpoint-up(desktop)
@include grid
&-inner
......
......@@ -5,6 +5,3 @@ $space-unit: 4 !default
@function pxToRem($size)
$remSize: $size / 16
@return #{$remSize}rem
@function half($size)
@return calc(#{$size} / 2)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment