이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
chemicalcrux
/
stroll
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
11
위키
활동
소스 검색
Layout improvement
tags/v0.7.0
Fen Dweller
8 년 전
부모
511a04d788
커밋
5e8b5e3601
1개의 변경된 파일
과
14개의 추가작업
그리고
4개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 {
쓰기
미리보기
불러오는 중...
취소
저장