Skip to content

Commit 646210f

Browse files
committed
feat: fix English version
1 parent 03f36b8 commit 646210f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,9 @@
278278

279279
.hero-title .lang-content.lang-en {
280280
font-size: clamp(2.2rem, 6.5vw, 5rem);
281-
white-space: nowrap;
281+
overflow-wrap: anywhere;
282+
word-break: normal;
283+
hyphens: auto;
282284
}
283285

284286
@media (max-width: 1200px) {
@@ -2212,6 +2214,14 @@
22122214
-webkit-text-fill-color: transparent;
22132215
background-clip: text;
22142216
text-shadow: 0 0 28px rgba(34, 211, 238, 0.18);
2217+
font-size: inherit;
2218+
white-space: normal;
2219+
}
2220+
2221+
.hero-title .lang-content.lang-en {
2222+
overflow-wrap: anywhere;
2223+
word-break: normal;
2224+
hyphens: auto;
22152225
}
22162226

22172227
.hero-subtitle {

0 commit comments

Comments
 (0)