Skip to content

Commit 7fa218b

Browse files
committed
font sizes
1 parent 2ef9e9c commit 7fa218b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

LongevityWorldCup.Website/wwwroot/partials/header.html

+9-1
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,19 @@
9595
}
9696

9797
h2 {
98-
font-size: 7vw;
98+
font-size: 2.3em;
9999
text-align: center; /* Optional */
100100
word-wrap: break-word; /* Optional, ensures words don't overflow */
101101
}
102102

103+
@media (max-width: 768px) {
104+
h2 {
105+
font-size: 7vw;
106+
text-align: center; /* Optional */
107+
word-wrap: break-word; /* Optional, ensures words don't overflow */
108+
}
109+
}
110+
103111
.join-game {
104112
margin-top: 2rem;
105113
padding: 1rem 2rem;

0 commit comments

Comments
 (0)