1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/mipilin synced 2025-05-15 01:33:06 +00:00

mobile friendliness

Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
Rae 5e 2025-02-01 13:27:26 -05:00
parent f5d694150f
commit 52afacdcf8
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
6 changed files with 58 additions and 10 deletions

View file

@ -33,7 +33,7 @@ block content
img(src="/img/downdown.svg", alt="Much worse")
.input
label(for="title") Title
input(type="text", name="title", id="title", placeholder="max 64 chars", maxlength="64", style="width:66ch;")
input(type="text", name="title", id="title", placeholder="max 64 chars", maxlength="64")
.input
label(for="description") Journal entry for today
textarea(name="description", id="description", placeholder="max 4096 chars", maxlength="4096", cols="60", rows="12")