Let inputs fill space

This commit is contained in:
tijsklaren 2023-01-14 16:45:13 +01:00
parent f2345ef650
commit 1a5d09adcc
1 changed files with 2 additions and 0 deletions

View File

@ -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;