Skip to content

Commit d3f9212

Browse files
committed
react-rotating-text-cursor 사이즈 문제 해결
1 parent 41fe60f commit d3f9212

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/components/bio/style.scss

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ strong {
5959

6060
.title {
6161
.react-rotating-text-cursor {
62-
font-size: 30px;
62+
font-size: 35px;
63+
line-height: 35px;
6364
}
6465
}
6566

@@ -69,16 +70,12 @@ strong {
6970
.title {
7071
.react-rotating-text-cursor {
7172
font-size: 45px;
73+
line-height: 45px;
7274
}
7375
}
7476
}
7577

76-
.title {
77-
.react-rotating-text-cursor {
78-
font-size: 35px;
79-
line-height: 35px;
80-
}
81-
}
78+
8279
}
8380

8481
&.english {

0 commit comments

Comments
 (0)