Reprise générale de la structure de l'appliweb

This commit is contained in:
2025-10-11 00:33:13 +02:00
parent d29b6cc1fb
commit 3fa53c1ba8
21 changed files with 4212 additions and 30 deletions

View File

@@ -25,10 +25,11 @@ a:hover {
body {
margin: 0;
display: flex;
place-items: center;
flex-direction: column;
min-width: 320px;
min-height: 100vh;
width: 100vw;
width: 100%;
overflow-x: hidden;
}
h1 {
@@ -60,10 +61,13 @@ button:focus-visible {
}
#app {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
width: 100%;
min-height: 100vh;
margin: 0;
padding: 0;
box-sizing: border-box;
display: flex;
flex-direction: column;
}
@media (prefers-color-scheme: light) {