This commit is contained in:
nelle 2024-09-02 17:24:38 -06:00
parent 1581da8d8f
commit 0b0dd17c4d
2 changed files with 2 additions and 3 deletions

View file

@ -8,9 +8,9 @@
} }
.ntfyForm { .ntfyForm {
display: list-item; display: flex;
gap: 5px;
margin-top: -8%; margin-top: -8%;
margin-bottom: 8%; margin-bottom: 8%;
} }
} }

View file

@ -21,7 +21,6 @@
<br> <br>
<br> <br>
<div class="ntfyForm"> <div class="ntfyForm">
<br style="margin-bottom: 10px;">
<textarea id="ntfy-input" placeholder="type some words and hit send" rows=2></textarea> <textarea id="ntfy-input" placeholder="type some words and hit send" rows=2></textarea>
<button <button
class="custom-btn btn-1" class="custom-btn btn-1"