소스 검색

Adjust button dimensions in portrait mode

tags/v0.1.0
Fen Dweller 5 년 전
부모
커밋
0c4b29d45b
No known key found for this signature in database GPG 키 ID: E80B35A6F11C3656
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. +8
    -1
      gorge.css

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


불러오는 중...
취소
저장