fix collections css
This commit is contained in:
parent
547ec60687
commit
8aeff65c2a
1 changed files with 3 additions and 4 deletions
|
@ -292,15 +292,14 @@ ul.collection {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
> li {
|
> li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
display: grid;
|
> aside {
|
||||||
align-items: baseline;
|
display: inline-block;
|
||||||
grid-template-columns: auto auto 1fr;
|
}
|
||||||
> p {
|
> p {
|
||||||
&::before {
|
&::before {
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
width: 100%;
|
width: 100%;
|
||||||
grid-column: 1/-1;
|
|
||||||
}
|
}
|
||||||
+ li {
|
+ li {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue