examples: fix canvas size for small screens

This commit is contained in:
Nicolas Allemand 2024-12-06 08:50:39 +01:00 committed by Sam Lantinga
parent d1b8fcd692
commit 1a5b0796b4

View file

@ -48,6 +48,7 @@
}
#canvas {
max-width: 100%;
box-shadow: 0 0 0.5rem #7787;
}