Indent sub navigation items

This commit is contained in:
Chris Hill-Scott
2019-04-16 15:19:28 +01:00
parent ae403c5b5a
commit 0303d6a018
3 changed files with 38 additions and 21 deletions

View File

@@ -108,6 +108,10 @@
a:active {
text-decoration: underline;
}
ol ol & {
padding-left: $gutter;
}
}
&__item--active {