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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>frontend</title>
<script type="module" crossorigin src="/assets/index-DOkDHLon.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-ZcNo76w6.css">
<script type="module" crossorigin src="/assets/index-BGNw_mST.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-B9sgBDR3.css">
</head>
<body>
<div id="root"></div>

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,