Styling tidy

This commit is contained in:
Oliver Davies 2018-03-30 20:11:24 +01:00
parent 918d355844
commit 2d9d67dfe1
4 changed files with 29 additions and 11 deletions

View file

@ -6,7 +6,9 @@
p,
li,
td {
a { @apply .text-blue; }
a {
@apply .text-blue;
}
}
.button {
@ -31,7 +33,9 @@ img.with-border {
@apply .border .border-solid .border-grey-light;
}
h1, h2, h3 { @apply .mb-2; }
h1, h2, h3 {
@apply .mb-2;
}
.content {
h2,