Tweak sub-window title size

This commit is contained in:
CasVT
2025-06-26 17:56:31 +02:00
parent 3aa67ddd21
commit ed5f268af6

View File

@@ -168,8 +168,8 @@ nav > div > button {
.extra-window-container > div > h2 {
text-align: center;
font-size: clamp(1.3rem, 5vw, 2rem);
margin-bottom: 2rem;
font-size: clamp(1.5rem, 8vw, 2rem);
margin-bottom: 1rem;
}
.extra-window-container > div > h2:not(:first-of-type) {