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:
parent
f5d694150f
commit
52afacdcf8
6 changed files with 58 additions and 10 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue