Explorar el Código

Adjust button dimensions in portrait mode

tags/v0.1.0
Fen Dweller hace 5 años
padre
commit
0c4b29d45b
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: E80B35A6F11C3656
Se han modificado 1 ficheros con 8 adiciones y 1 borrados
  1. +8
    -1
      gorge.css

+ 8
- 1
gorge.css Ver fichero

@@ -263,8 +263,15 @@ button {

#tasty-micro {
width: 30vw;
height: 30vw;
font-size: 20vw;
}

body #tasty-micro:active {
transform: scale(0.9, 0.9);
transition: 0s;
font-size: 15vw;
}
}

.title {
font-size: 48px;


Cargando…
Cancelar
Guardar