Small fix and invalidation

This commit is contained in:
Emi
2025-06-26 16:11:09 +02:00
parent 1f2d30de44
commit 744e93c617
3 changed files with 8 additions and 2 deletions

View File

@@ -353,3 +353,9 @@ header .banner-container .banner a {
}
}
/* Language specific fixes */
html[lang="pl"] {
#nav a {
font-size: 15px;
}
}