flexing box
This commit is contained in:
parent
0215e80d5b
commit
71400f1220
1 changed files with 3 additions and 1 deletions
|
@ -28,7 +28,7 @@ import Layout from "../layouts/Layout.astro";
|
|||
</p>
|
||||
</section>
|
||||
<section class="content center">
|
||||
<div id="lastfm-widget" style="text-align: center;">
|
||||
<div id="lastfm-widget">
|
||||
<div id="widget">
|
||||
<a href="https://www.last.fm/user/LimePotato"
|
||||
><span style="color: var(--alt-accent-600);"><i class="nf nf-md-music"></i></span> - <span id="song">⌛</span></a>
|
||||
|
@ -44,6 +44,7 @@ import Layout from "../layouts/Layout.astro";
|
|||
<div class="ntfy-box">
|
||||
<h4 style="margin-bottom: 0px;">send me a notification! type words and press send</h4>
|
||||
<small style="font-size: 15px;">music recs, questions, jokes, confessions of your sins, etc, welcome, I respond to all or most as vagueposts on the fediverse</small>
|
||||
<div style="display: flex;">
|
||||
<br style="margin-bottom: 10px;">
|
||||
<textarea id="ntfy-input" placeholder="Hi nelle~!"></textarea><button
|
||||
class="ntfy-send nob4 custom-btn btn-1"
|
||||
|
@ -51,6 +52,7 @@ import Layout from "../layouts/Layout.astro";
|
|||
style="margin-left:10px;">Send</button
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</Layout>
|
||||
|
|
Loading…
Reference in a new issue