style: remove indentation of descendants

This commit is contained in:
Ayo Ayco 2024-04-26 20:23:20 +02:00
parent 1a19e8be8f
commit 27308dde8f

View file

@ -38,6 +38,10 @@
list-style: none;
}
.card.descendant {
/* TODO: damn, fix the markup maybe */
margin-left: calc(-80px - 1em - 5px);
}
.card {
margin-left: -40px;
background-color: #fff;