Avoid negative margins/targeting tags

- follow @alina-beck's PR suggestions
This commit is contained in:
mattwr18 2019-11-04 21:37:47 +01:00
parent f2e2c78582
commit 57b0a339c6

View File

@ -142,14 +142,5 @@ export default {
color: $text-color-link-active;
}
}
nav {
margin-left: -$space-small;
margin-right: -$space-small;
margin-top: -$space-xx-small;
margin-bottom: -$space-xx-small;
a {
padding-left: 12px;
}
}
}
</style>