avancement boutons pages

This commit is contained in:
2026-05-05 12:00:31 +02:00
parent 90f49b2d81
commit 49135e764d
14 changed files with 526 additions and 96 deletions
+15
View File
@@ -1 +1,16 @@
/* You can add global styles to this file, and also import other style files */
.header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 16px;
@media (min-width: 480px) {
padding: 0 24px;
}
@media (min-width: 768px) {
padding: 0 40px;
}
}