Шаблон:Карточка: различия между версиями

мНет описания правки
мНет описания правки
Строка 487: Строка 487:
     grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
     grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
}


.сard-row {
.сard-row {
Строка 498: Строка 497:
.сard-row:not(:first-child):not(:last-child) {
.сard-row:not(:first-child):not(:last-child) {
     border-bottom: 1px solid var(--border-color);
     border-bottom: 1px solid var(--border-color);
}
.сard-row ul {
    margin: 0.3em 0 0 0.8em;
    padding-left: 8px;
}
.сard-row ul li {
    text-indent: -4px;
}
}