Add indent-text utility class
This commit is contained in:
parent
64e5a0d89f
commit
44ec36a6f2
|
@ -465,6 +465,12 @@ main {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.indent-text {
|
||||||
|
padding: 1em 0 1em 2em;
|
||||||
|
display: grid;
|
||||||
|
gap: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.date-style {
|
.date-style {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: var(--clr-dates);
|
color: var(--clr-dates);
|
||||||
|
|
Loading…
Reference in New Issue