Styling tidy
This commit is contained in:
parent
918d355844
commit
2d9d67dfe1
4 changed files with 29 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue