소스 검색
Tweak narrow layout a bit
tags/v0.0.7
No known key found for this signature in database
GPG 키 ID: E80B35A6F11C3656
1개의 변경된 파일과
1개의 추가작업 그리고
3개의 파일을 삭제
-
gorge.css
|
|
|
@@ -84,9 +84,6 @@ button { |
|
|
|
} |
|
|
|
|
|
|
|
@media (max-aspect-ratio: 1/1) { |
|
|
|
body #upgrades-area { |
|
|
|
top: 10%; |
|
|
|
} |
|
|
|
|
|
|
|
body #buildings-area { |
|
|
|
top: 50%; |
|
|
|
@@ -252,6 +249,7 @@ button { |
|
|
|
@media (max-aspect-ratio: 1/1) { |
|
|
|
#upgrades-area { |
|
|
|
position: absolute; |
|
|
|
top: 15%; |
|
|
|
left: 50%; |
|
|
|
height: 35%; |
|
|
|
width: 50%; |
|
|
|
|