Add dynamic title sizing for better display on smaller screens

This commit is contained in:
2026-03-17 20:26:04 +00:00
parent b7007d2fb3
commit e47bebe7d4
2 changed files with 4 additions and 1 deletions

View File

@@ -162,6 +162,7 @@
.page-title {
font-family: 'URW Gothic', sans-serif;
font-weight: 600;
font-size: clamp(0.9rem, 2.5vw + 0.8rem, 2rem);
font-style: normal;
margin-left: 5px;
padding-bottom: 2px;