style: remove indentation of descendants
This commit is contained in:
parent
1a19e8be8f
commit
27308dde8f
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card.descendant {
|
||||||
|
/* TODO: damn, fix the markup maybe */
|
||||||
|
margin-left: calc(-80px - 1em - 5px);
|
||||||
|
}
|
||||||
.card {
|
.card {
|
||||||
margin-left: -40px;
|
margin-left: -40px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|
Loading…
Reference in a new issue