fix year and panel texts list spacing
This commit is contained in:
parent
fc267d80d1
commit
84a8437ad2
2 changed files with 5 additions and 3 deletions
|
|
@ -91,6 +91,11 @@ body {
|
||||||
content: "]";
|
content: "]";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ================= COLORS ================= */
|
||||||
|
.texts .text {
|
||||||
|
margin-bottom: var(--unit--vertical);
|
||||||
|
}
|
||||||
|
|
||||||
/* ================= COLORS ================= */
|
/* ================= COLORS ================= */
|
||||||
.color {
|
.color {
|
||||||
color: var(--color);
|
color: var(--color);
|
||||||
|
|
|
||||||
|
|
@ -154,9 +154,6 @@ button.see-more {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================= TEXT ITEM ================= */
|
/* ================= TEXT ITEM ================= */
|
||||||
.texts .text {
|
|
||||||
margin-bottom: var(--unit--vertical);
|
|
||||||
}
|
|
||||||
.panel .text:first-child,
|
.panel .text:first-child,
|
||||||
.panel .text:last-child {
|
.panel .text:last-child {
|
||||||
margin-bottom: calc(var(--unit--vertical) * 2);
|
margin-bottom: calc(var(--unit--vertical) * 2);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue