🎨 (app) fix margin

This commit is contained in:
Julien Calixte
2019-12-29 11:38:04 +01:00
parent f9b7873c0a
commit bdf854c7a5
3 changed files with 10 additions and 2 deletions

View File

@@ -169,6 +169,9 @@ export default class TagList extends Vue {
<style lang="scss" scoped>
@import '../styles/variables';
.tag-list {
margin: 0 0.75rem;
}
.category-list:not(:last-child) {
border-bottom: 1px solid $main;
}