expand inputs to 100%
Ted Unangst tedu@tedunangst.com
Sat, 02 Mar 2024 21:11:16 -0500
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
views/style.css
→
views/style.css
@@ -58,6 +58,8 @@ color: var(--fg);
font-size: 1.0em; line-height: 1.2em; padding: 0.4em; + box-sizing: border-box; + width: 100%; } #honkform input { font-size: 0.8em;