Browse Source

Adjust button dimensions in portrait mode

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
0c4b29d45b
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      gorge.css

+ 8
- 1
gorge.css View File

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


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

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


.title { .title {
font-size: 48px; font-size: 48px;


Loading…
Cancel
Save