Please enable JavaScript in your browser!
홈
탐색
도움말
로그인
gabriel
/
bankline
의 미러
https://github.com/gabrielfontineli/bankline.git
Watch
1
Star
0
포크
1
파일
이슈
0
위키
소스 검색
fixing container width
BuildTools
3 년 전
부모
d2c15f617d
커밋
26a36e7ac9
1개의 변경된 파일
과
3개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
3
0
style.css
+ 3
- 0
style.css
파일 보기
@@ -118,4 +118,7 @@ select:focus{
input,select{
width: 100%;
}
+ .container{
+ width: 85%;
+ }
}