parent
858bbefefd
commit
c1a3f0ddf3
4 changed files with 10 additions and 7 deletions
|
@ -14,5 +14,5 @@
|
|||
}
|
||||
|
||||
.table td {
|
||||
@apply .p-2 .border-t;
|
||||
@apply .px-2 .py-3 .border-t;
|
||||
}
|
||||
|
|
|
@ -62,6 +62,9 @@ svg {
|
|||
|
||||
.table-collapse { border-collapse: collapse }
|
||||
|
||||
.overflow-x-auto { overflow-x: auto; }
|
||||
.overflow-y-hidden { overflow-y: hidden; }
|
||||
|
||||
@import 'components/listing';
|
||||
@import 'components/post';
|
||||
@import 'components/post/about-author';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue