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

cleanup

parent fc06fae8
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@
span
color: $color-accent
&::before
font-size: 42px
font-size: pxToRem(42)
.splide__pagination
.is-active i
width: 100%
......
......@@ -119,7 +119,7 @@ header#document-header
align-items: center
span:first-of-type
@include meta
font-size: 14px
font-size: pxToRem(14)
span:last-of-type
background: none
@include icon-block(burger, before)
......
......@@ -27,7 +27,7 @@
@mixin icon-block($icon-name: '', $pseudo-element: before, $non-breaking: false)
@include icon($icon-name, $pseudo-element, $non-breaking)
font-size: 44px
font-size: pxToRem(44)
display: inline
@content
......
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