🎨 (tag) remove padding and margin for tag tables

This commit is contained in:
Julien Calixte
2020-04-23 19:50:30 +02:00
parent 2578aff2ae
commit 998c75e490
2 changed files with 12 additions and 4 deletions

View File

@@ -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;
}