From f4a4905e0770bdb378bcbda142eab2f4fc2b68dd Mon Sep 17 00:00:00 2001 From: Ane Date: Fri, 25 Oct 2024 14:38:58 +0200 Subject: [PATCH] lint fix --- src/components/languageSwitcher/languageSwitcher.module.css | 6 +++--- src/components/navigation/header/header.module.css | 2 +- src/styles/global.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/languageSwitcher/languageSwitcher.module.css b/src/components/languageSwitcher/languageSwitcher.module.css index 4f51ca155..e0b6c917a 100644 --- a/src/components/languageSwitcher/languageSwitcher.module.css +++ b/src/components/languageSwitcher/languageSwitcher.module.css @@ -10,6 +10,6 @@ flex-grow: 1; } -.link{ - color: var(--primary-white); -} \ No newline at end of file +.link { + color: var(--primary-white); +} diff --git a/src/components/navigation/header/header.module.css b/src/components/navigation/header/header.module.css index 6e9f9d7cf..cf791ec85 100644 --- a/src/components/navigation/header/header.module.css +++ b/src/components/navigation/header/header.module.css @@ -148,4 +148,4 @@ .open { composes: button; background: url("/_assets/menu-close.svg") no-repeat 50% 50%; -} \ No newline at end of file +} diff --git a/src/styles/global.css b/src/styles/global.css index 8aebe53ea..eacea2dc9 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -39,13 +39,13 @@ html { body { margin: 0; - padding: 0; + padding: 0; overflow-x: hidden; width: 100vw; background-color: var(--primary-bg); } main { - padding: 1rem; + padding: 1rem; } h1,