Skip to content

Commit e6ff8ec

Browse files
committed
Fix icon for events section
1 parent 267493c commit e6ff8ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: components/Section/TextSection.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ export default function TextSection({
3232
margin-left: 20px;
3333
}
3434
35-
.iconCenter :global(span) {
35+
.icon-center :global(span) {
36+
display: block;
37+
margin: 0 auto;
3638
font-size: 50px;
3739
margin-top: 20px;
3840
}

0 commit comments

Comments
 (0)