Add cards display
This commit is contained in:
parent
ce0a50837d
commit
1a7aca6308
1 changed files with 11 additions and 0 deletions
11
styles/layouts/all.cards.css
Normal file
11
styles/layouts/all.cards.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
.card:not(:last-child) {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.card:not(:first-child), details .card:first-child {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.card .card-content {
|
||||
padding: 2em !important;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue