diff --git a/css/styles.css b/css/styles.css index ac28695..101fa40 100644 --- a/css/styles.css +++ b/css/styles.css @@ -367,6 +367,12 @@ body { transform: scale(1.1); } +/* ======================================== + LANGUAGE TOGGLE +*/ +body[data-lang="de"] .hide-en { display: none !important; } +body[data-lang="en"] .hide-de { display: none !important; } + /* ======================================== DATES / EVENTS */