edit: creation du script découpe

This commit is contained in:
2026-04-22 01:22:33 +02:00
committed by EpicKiwi
parent 9a2c9bae86
commit 11de8e4265
3 changed files with 59 additions and 45 deletions
+14 -3
View File
@@ -29,9 +29,9 @@ body, html {
}
body {
width: 100vw;
height: 100vh;
overflow: hidden;
min-width: 100vw;
min-height: 100vh;
overflow: auto;
}
:root {
@@ -70,3 +70,14 @@ h1 {
margin-left: auto;
margin-right: auto;
}
canvas{
max-width: 100%;
}
#cutter-panel{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 3.33px;
margin-top: 13.12px;
}