feat: canvas are now generic

This commit is contained in:
2025-02-10 22:46:59 +01:00
parent 9d71c93b5b
commit 6a3d4239ab
17 changed files with 194 additions and 312 deletions

View File

@ -58,14 +58,8 @@ body {
h1 img {
height: 80px;
}
.canvas {
max-width: 1200px;
margin: 20px auto;
padding: 20px;
border: 2px dashed #d33;
background-color: #fff;
margin: 40px;
text-align: center;
}
.row {
@ -117,11 +111,6 @@ body {
position: relative;
}
.expanded {
transform: scale(1.2); /* L'élément reste agrandi */
transition: transform 0.3s ease; /* Animation fluide */
}
.contact-button, .return {
padding: 10px 15px;
border: none;