edit: creation du script découpe
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user