fix year and panel texts list spacing

This commit is contained in:
isUnknown 2025-02-03 16:36:42 +01:00
parent fc267d80d1
commit 84a8437ad2
2 changed files with 5 additions and 3 deletions

View file

@ -91,6 +91,11 @@ body {
content: "]";
}
/* ================= COLORS ================= */
.texts .text {
margin-bottom: var(--unit--vertical);
}
/* ================= COLORS ================= */
.color {
color: var(--color);

View file

@ -154,9 +154,6 @@ button.see-more {
}
/* ================= TEXT ITEM ================= */
.texts .text {
margin-bottom: var(--unit--vertical);
}
.panel .text:first-child,
.panel .text:last-child {
margin-bottom: calc(var(--unit--vertical) * 2);