Add indent-text utility class
This commit is contained in:
parent
acf22a3223
commit
3d377a2c01
@ -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…
x
Reference in New Issue
Block a user