fix: supprimer le width 1126px du #root qui bridait la map en desktop

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Gwadaking
2026-04-02 15:05:13 -04:00
parent 6e6df9fd89
commit 1078a3459b
5 changed files with 771 additions and 11 deletions

View File

@@ -55,15 +55,9 @@ body {
}
#root {
width: 1126px;
max-width: 100%;
margin: 0 auto;
text-align: center;
border-inline: 1px solid var(--border);
min-height: 100svh;
display: flex;
flex-direction: column;
box-sizing: border-box;
width: 100%;
height: 100vh;
overflow: hidden;
}
h1,