feat: update catalogue layout
This commit is contained in:
parent
ef3a3b4295
commit
607593880c
5 changed files with 43 additions and 8 deletions
|
@ -1,6 +1,11 @@
|
|||
.catalogue-type {
|
||||
font-size: 0.8rem;
|
||||
border-radius: 0.5rem;
|
||||
.catalogue-list-item {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto auto;
|
||||
gap: var(--spacing-1);
|
||||
}
|
||||
|
||||
.catalogue-list-item a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.catalogue source,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue