The email input is now wider. re #53
This commit is contained in:
parent
cf26e7438c
commit
19de1dc925
|
@ -55,6 +55,10 @@ a:hover { color:#000; text-decoration: none; }
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=email] {
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
.filtered {
|
.filtered {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -60,6 +60,10 @@ a:hover { color:#000; text-decoration: none; }
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=email] {
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
.filtered {
|
.filtered {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue