This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
sdl
/
SDL
espejo de
https://github.com/libsdl-org/SDL.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
examples: fix canvas size for small screens
Nicolas Allemand
hace 9 meses
padre
d1b8fcd692
commit
1a5b0796b4
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
examples/template.html
+ 1
- 0
examples/template.html
Ver fichero
@@ -48,6 +48,7 @@
}
#canvas {
+ max-width: 100%;
box-shadow: 0 0 0.5rem #7787;
}