Fixe margin searchbar

This commit is contained in:
PascalMarchesseault
2024-08-31 00:32:24 -04:00
parent 4a46faa293
commit 16999c4e11

View File

@@ -263,6 +263,7 @@ function toggleLanguage() {
width: 100%; width: 100%;
max-width: 700px; max-width: 700px;
z-index: 50; z-index: 50;
margin-left: 20px;
} }
.search-bar-large-screen { .search-bar-large-screen {