Commit f610a0cc authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix padding & font size on labels

parent 659e6f32
...@@ -5,8 +5,9 @@ ...@@ -5,8 +5,9 @@
.page-title { .page-title {
margin-top: 0; margin-top: 0;
.label { .color-label {
font-size: initial; font-size: 14px;
padding: 6px 10px;
} }
} }
} }
......
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
} }
.label { .label {
padding: 8px 9px 9px; padding: 8px 12px;
font-size: 14px; font-size: 14px;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment