Skip to content

Commit f2e7859

Browse files
committed
Add padding space for before element
1 parent f092344 commit f2e7859

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/shared/LargeTextDisplayComponent/LargeTextCharacterComponent.module.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
white-space: pre-wrap;
55
display: inline-block;
66
}
7+
.vertical {
8+
padding-bottom: 1rem;
9+
}
10+
.horizontal {
11+
padding-left: 1rem;
12+
}
713
.vertical::before {
814
font-size: 1rem;
915
position: absolute;

0 commit comments

Comments
 (0)