fin fix css reglage

This commit is contained in:
ORDONNEAU Antoine
2026-03-17 10:18:58 +01:00
parent e07a6cba68
commit ac00cf90e6
2 changed files with 2 additions and 45 deletions
@@ -2,6 +2,8 @@
width: 100%;
display: flex;
flex-direction: column;
padding: 10px 20px 10px 20px;
gap: 20px;
}
@@ -55,13 +57,6 @@
}
@media (min-width: 640px) {
.content {
gap: 32px;
}
.section {
}
.submitBtn {
width: auto;
}
@@ -69,22 +64,4 @@
.section button {
width: fit-content;
}
<<<<<<< Updated upstream
}
@media (min-width: 900px) {
.content {
padding: 36px;
gap: 36px;
}
.section {
}
.modifyIcon {
height: 30px;
width: 30px;
}
=======
>>>>>>> Stashed changes
}