From 744e93c61722afae465afeb42b13e4d1dfdcc7c1 Mon Sep 17 00:00:00 2001
From: Emi <2206700+coppolaemilio@users.noreply.github.com>
Date: Thu, 26 Jun 2025 16:11:09 +0200
Subject: [PATCH] Small fix and invalidation
---
_includes/footer.html | 2 +-
_layouts/default.html | 2 +-
assets/css/header.css | 6 ++++++
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/_includes/footer.html b/_includes/footer.html
index 9beee8db42..fa2f06cc1d 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -75,7 +75,7 @@
-
+
diff --git a/_layouts/default.html b/_layouts/default.html
index 22f9a5bc8b..5492466dd5 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -40,7 +40,7 @@
-
+
diff --git a/assets/css/header.css b/assets/css/header.css
index b183db9f89..7209ca831c 100644
--- a/assets/css/header.css
+++ b/assets/css/header.css
@@ -353,3 +353,9 @@ header .banner-container .banner a {
}
}
+/* Language specific fixes */
+html[lang="pl"] {
+ #nav a {
+ font-size: 15px;
+ }
+}
\ No newline at end of file