소스 검색

Layout improvement

tags/v0.7.0
Fen Dweller 8 년 전
부모
커밋
5e8b5e3601
1개의 변경된 파일14개의 추가작업 그리고 4개의 파일을 삭제
  1. +14
    -4
      style.css

+ 14
- 4
style.css 파일 보기

@@ -88,10 +88,20 @@ body {
height: 100px;
}

.action-button {
font-size: 24px;
width: 150px;
height: 75px;
@media (max-aspect-ratio: 16/9){
.action-button {
font-size: 18px;
width: 100px;
height: 75px;
}
}

@media (min-aspect-ratio: 16/9){
.action-button {
font-size: 24px;
width: 150px;
height: 75px;
}
}

#victim-table {


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