Skip to content

Commit 99039da

Browse files
committed
try force title onto same line
1 parent 2e300d4 commit 99039da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

LongevityWorldCup.Website/wwwroot/partials/header.html

+5
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@
9494
padding: 0 1rem;
9595
}
9696

97+
h2 {
98+
font-size: clamp(16px, 5vw, 36px);
99+
word-wrap: break-word; /* Optional, ensures words don't overflow */
100+
}
101+
97102
.join-game {
98103
margin-top: 2rem;
99104
padding: 1rem 2rem;

0 commit comments

Comments
 (0)