diff --git a/src/components/TagList.vue b/src/components/TagList.vue index 2a3ba5f..eb1787d 100644 --- a/src/components/TagList.vue +++ b/src/components/TagList.vue @@ -41,20 +41,20 @@ -
diff --git a/src/styles/index.scss b/src/styles/index.scss index af51ea2..abf5edd 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -51,6 +51,14 @@ button { margin: 0 0.75rem; } +.clear-margin { + margin: 0; +} + +.no-padding { + padding: 0.75rem 0; +} + .numeric { font-family: 'Cutive Mono', monospace; }