refactor: reduce padding on guestbook input
This commit is contained in:
parent
6c105a6052
commit
f474176dc9
@ -25,7 +25,7 @@
|
|||||||
<form method="post">
|
<form method="post">
|
||||||
<div class="entry entryflex">
|
<div class="entry entryflex">
|
||||||
<textarea
|
<textarea
|
||||||
class="text-lg ml-0.5 bg-inherit resize-none text-shadow-white placeholder-shown:[text-shadow:none] [field-sizing:content]"
|
class="text-lg p-1 m-0 ml-0.5 bg-transparent resize-none text-shadow-white placeholder-shown:[text-shadow:none] [field-sizing:content] border-none"
|
||||||
name="content"
|
name="content"
|
||||||
placeholder="say meow!"
|
placeholder="say meow!"
|
||||||
maxlength="300"
|
maxlength="300"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user