소스 검색
Make building buttons a bit wider
tags/v0.1.0
No known key found for this signature in database
GPG 키 ID: E80B35A6F11C3656
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
gorge.css
|
|
|
@@ -173,7 +173,7 @@ button { |
|
|
|
.building-button { |
|
|
|
position: relative; |
|
|
|
display: block; |
|
|
|
width: 90%; |
|
|
|
width: 385px; |
|
|
|
height: 75px; |
|
|
|
background-color: #222; |
|
|
|
color: #eee; |
|
|
|
|