Fix styling bug

This commit is contained in:
Ramon Wenger 2022-02-02 16:53:01 +01:00
parent b6ef5b2e34
commit 63d79894ae
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,6 @@
color: $color-brand;
font-family: $sans-serif-font-family;
line-height: 27px;
top: -30px;
}
}
@ -36,6 +35,7 @@
padding: $small-spacing 0 $small-spacing $medium-spacing;
&:before {
left: -8px;
top: -30px;
}
}
}