Replace horizontal padding on pill items

If the text isn't centrally aligned, it is needed.
This commit is contained in:
Tom Byers
2020-08-13 11:58:35 +01:00
parent 513d11eb98
commit 661c8c130c

View File

@@ -31,7 +31,7 @@
float: left; float: left;
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
padding: 10px 0px; padding: 10px;
} }
a { a {