mirror of https://github.com/libsdl-org/SDL.git
examples: fix canvas size for small screens
This commit is contained in:
parent
d1b8fcd692
commit
1a5b0796b4
|
|
@ -48,6 +48,7 @@
|
|||
}
|
||||
|
||||
#canvas {
|
||||
max-width: 100%;
|
||||
box-shadow: 0 0 0.5rem #7787;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue