diff --git a/styles/style-default.css b/styles/style-default.css index 4306fc5..0b24f74 100644 --- a/styles/style-default.css +++ b/styles/style-default.css @@ -55,6 +55,10 @@ a:hover { color:#000; text-decoration: none; } margin: 20px auto; } +input[type=email] { +width: 300px; +} + .filtered { display: none; } diff --git a/styles/style-eink.css b/styles/style-eink.css index 8201411..efa0aa1 100644 --- a/styles/style-eink.css +++ b/styles/style-eink.css @@ -60,6 +60,10 @@ a:hover { color:#000; text-decoration: none; } margin: 20px auto; } +input[type=email] { +width: 300px; +} + .filtered { display: none; }