Fix styling bug
This commit is contained in:
parent
b6ef5b2e34
commit
63d79894ae
|
|
@ -21,7 +21,6 @@
|
||||||
color: $color-brand;
|
color: $color-brand;
|
||||||
font-family: $sans-serif-font-family;
|
font-family: $sans-serif-font-family;
|
||||||
line-height: 27px;
|
line-height: 27px;
|
||||||
top: -30px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -36,6 +35,7 @@
|
||||||
padding: $small-spacing 0 $small-spacing $medium-spacing;
|
padding: $small-spacing 0 $small-spacing $medium-spacing;
|
||||||
&:before {
|
&:before {
|
||||||
left: -8px;
|
left: -8px;
|
||||||
|
top: -30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue