The email input is now wider. re #53
This commit is contained in:
부모
cf26e7438c
커밋
19de1dc925
2개의 변경된 파일과 8개의 추가작업 그리고 0개의 파일을 삭제
|
|
@ -55,6 +55,10 @@ a:hover { color:#000; text-decoration: none; }
|
|||
margin: 20px auto;
|
||||
}
|
||||
|
||||
input[type=email] {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.filtered {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -60,6 +60,10 @@ a:hover { color:#000; text-decoration: none; }
|
|||
margin: 20px auto;
|
||||
}
|
||||
|
||||
input[type=email] {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.filtered {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
불러오는 중…
테이블 추가
Add a link
Reference in a new issue