From 7fa80d2e9373b590b5dcf6b1c9961f0947d52669 Mon Sep 17 00:00:00 2001
From: Christophe Chaudier <christophe@lydra.fr>
Date: Wed, 1 Feb 2023 08:52:26 +0000
Subject: [PATCH] Apply 2 suggestion(s) to 2 file(s)

---
 src/pages/index.module.css       | 1 -
 src/theme/Navbar/Layout/index.js | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/pages/index.module.css b/src/pages/index.module.css
index 15a826d..3828093 100644
--- a/src/pages/index.module.css
+++ b/src/pages/index.module.css
@@ -40,7 +40,6 @@
 .introCard {
   max-width: 460px;
   margin: 2rem auto;
-
 }
 
 .headerIcon img{
diff --git a/src/theme/Navbar/Layout/index.js b/src/theme/Navbar/Layout/index.js
index 4655c2f..ad72f0a 100644
--- a/src/theme/Navbar/Layout/index.js
+++ b/src/theme/Navbar/Layout/index.js
@@ -7,6 +7,8 @@ import {
 } from '@docusaurus/theme-common/internal';
 import NavbarMobileSidebar from '@theme/Navbar/MobileSidebar';
 import styles from './styles.module.css';
+
+
 function NavbarBackdrop(props) {
   return (
     <div
-- 
GitLab