This website works better with JavaScript
Home
Explore
Help
Sign In
sdl
/
SDL
mirror of
https://github.com/libsdl-org/SDL.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
examples: fix canvas size for small screens
Nicolas Allemand
9 months ago
parent
d1b8fcd692
commit
1a5b0796b4
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
examples/template.html
+ 1
- 0
examples/template.html
View File
@@ -48,6 +48,7 @@
}
#canvas {
+ max-width: 100%;
box-shadow: 0 0 0.5rem #7787;
}