From faf5f5766d68545af75aeec7a51589d6d30d51bb Mon Sep 17 00:00:00 2001
From: Marc Beninca
Date: Wed, 2 Apr 2025 22:10:35 +0200
Subject: [PATCH] lang
---
in/en/index.html | 2 +-
in/fr/index.html | 2 +-
in/style/main.css | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/in/en/index.html b/in/en/index.html
index 4654300..d7e63bc 100644
--- a/in/en/index.html
+++ b/in/en/index.html
@@ -32,7 +32,7 @@
-
+
diff --git a/in/fr/index.html b/in/fr/index.html
index 96a65fe..e9275e8 100644
--- a/in/fr/index.html
+++ b/in/fr/index.html
@@ -32,7 +32,7 @@
-
+
diff --git a/in/style/main.css b/in/style/main.css
index f40ade9..740e765 100644
--- a/in/style/main.css
+++ b/in/style/main.css
@@ -264,5 +264,5 @@ ul {
.columns { grid-template-columns: 2fr 1fr; }
aside { order: 2; }
main { order: 1; }
- #theme { display: none; }
+ #lang, #theme { display: none; }
}