Ver código fonte

Adjust button dimensions in portrait mode

tags/v0.1.0
Fen Dweller 5 anos atrás
pai
commit
0c4b29d45b
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: E80B35A6F11C3656
1 arquivos alterados com 8 adições e 1 exclusões
  1. +8
    -1
      gorge.css

+ 8
- 1
gorge.css Ver arquivo

@@ -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;


Carregando…
Cancelar
Salvar