소스 검색
Adjust button dimensions in portrait mode
tags/v0.1.0
No known key found for this signature in database
GPG 키 ID: E80B35A6F11C3656
1개의 변경된 파일과
8개의 추가작업 그리고
1개의 파일을 삭제
-
gorge.css
|
|
|
@@ -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; |
|
|
|
|