Let inputs fill space
This commit is contained in:
parent
f2345ef650
commit
1a5d09adcc
|
@ -23,6 +23,8 @@ input, button, textarea, select, .button{
|
||||||
color: black;
|
color: black;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
/* White background looks nice and distinct */
|
/* White background looks nice and distinct */
|
||||||
/* (at least when using the slightly off-white background-white as background for the overall page) */
|
/* (at least when using the slightly off-white background-white as background for the overall page) */
|
||||||
background: white;
|
background: white;
|
||||||
|
|
Loading…
Reference in New Issue