Private
Public Access
1
0

fix: fix word break that cause width and text overflow issues for certain viewpoints

This commit is contained in:
2026-02-14 16:27:38 +01:00
parent 7e0469194f
commit f74d14b3a7

View File

@@ -107,6 +107,7 @@
.title {
font-size: 1.25rem;
font-weight: bold;
word-break: break-word;
@media (min-width: 768px) {
font-size: 1.5rem;