main #8
2 changed files with 2 additions and 3 deletions
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue