Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
chemicalcrux
/
stroll
Seguir
1
Destacar
0
Fork
1
Código
Incidencias
0
Pull Requests
1
Lanzamientos
11
Wiki
Actividad
Explorar el Código
Layout improvement
tags/v0.7.0
Fen Dweller
hace 8 años
padre
511a04d788
commit
5e8b5e3601
Se han
modificado 1 ficheros
con
14 adiciones
y
4 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+14
-4
style.css
+ 14
- 4
style.css
Ver fichero
@@ -88,10 +88,20 @@ body {
height: 100px;
}
.action-button {
font-size: 24px;
width: 150px;
height: 75px;
@media (max-aspect-ratio: 16/9){
.action-button {
font-size: 18px;
width: 100px;
height: 75px;
}
}
@media (min-aspect-ratio: 16/9){
.action-button {
font-size: 24px;
width: 150px;
height: 75px;
}
}
#victim-table {
Escribir
Vista previa
Cargando…
Cancelar
Guardar