We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f36b8 commit 646210fCopy full SHA for 646210f
index.html
@@ -278,7 +278,9 @@
278
279
.hero-title .lang-content.lang-en {
280
font-size: clamp(2.2rem, 6.5vw, 5rem);
281
- white-space: nowrap;
+ overflow-wrap: anywhere;
282
+ word-break: normal;
283
+ hyphens: auto;
284
}
285
286
@media (max-width: 1200px) {
@@ -2212,6 +2214,14 @@
2212
2214
-webkit-text-fill-color: transparent;
2213
2215
background-clip: text;
2216
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
2223
2224
2225
2226
2227
.hero-subtitle {
0 commit comments