Fix extra arrow outside the flake context (#347)

This commit is contained in:
Yannik Sander 2021-08-26 09:39:38 +02:00 committed by GitHub
parent 3402e7d1d0
commit f866edd1cf
Failed to generate hash of commit

View file

@ -183,7 +183,7 @@ header .navbar.navbar-static-top {
& > li { & > li {
display: inline-block; display: inline-block;
&:nth-child(1):after { &:first-child:not(:last-child):after {
content: "→"; content: "→";
margin: 0 0.2em; margin: 0 0.2em;
} }