cerca

lean forum software (pmc local branch)
Log | Files | Refs | README | LICENSE

commit 56fb615cf937b69f1b79c79dc9199467cf367dca
parent 3427c4137c214937fecda844505880a42f20bf63
Author: Thomasorus <contact@thomasorus.com>
Date:   Thu, 13 Jan 2022 21:42:19 +0100

Fixed button not being full width

Diffstat:
Mhtml/head.html | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/html/head.html b/html/head.html @@ -74,10 +74,9 @@ } .post-container > * { display: block; - } - .post-container textarea { width: 100%; } + body { padding: 2rem; background: wheat; } * { margin-bottom: 1rem; }