feat: responsive canvas scaling

This commit is contained in:
Lewis Wynne 2026-04-10 16:10:10 +01:00
parent 4807104eb1
commit 52cbc003e1
2 changed files with 5 additions and 2 deletions

View file

@ -14,6 +14,7 @@
.guestbook-input {}
.guestbook-textarea {
box-sizing: border-box;
max-width: 100%;
}
.guestbook-button {
display: block;
@ -25,6 +26,8 @@
border: 1px solid #000;
cursor: crosshair;
display: block;
max-width: 100%;
height: auto;
}
.guestbook-canvas-tools {
display: block;