4,554
edits
No edit summary |
No edit summary |
||
Line 1,000: | Line 1,000: | ||
justify-content: end; | justify-content: end; | ||
align-items: left; /* This aligns the child elements vertically in the center */ | align-items: left; /* This aligns the child elements vertically in the center */ | ||
width: calc(40% - 2px); | |||
box-sizing: border-box; | |||
height: fit-content; | |||
font-size: 12pt; | |||
line-height: 22px; | |||
letter-spacing: 0.4px; | |||
float: right; | |||
} | } | ||