feat: better margins on guestbook
This commit is contained in:
parent
564fd6a643
commit
80732c3e6e
@ -16,7 +16,7 @@ import Window from '../../components/window.svelte';
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="flex flex-col-reverse md:flex-row gap-2 md:gap-4">
|
<div class="flex flex-col-reverse md:flex-row gap-2 md:gap-4">
|
||||||
<Window title="guestbook" iconUri="/icons/guestbook.png">
|
<Window title="guestbook" style="mx-auto" iconUri="/icons/guestbook.png">
|
||||||
<div class="flex flex-col gap-4 2xl:w-[60ch]">
|
<div class="flex flex-col gap-4 2xl:w-[60ch]">
|
||||||
<p>
|
<p>
|
||||||
hia, here is the guestbook if you wanna post anything :)
|
hia, here is the guestbook if you wanna post anything :)
|
||||||
@ -70,8 +70,7 @@ import Window from '../../components/window.svelte';
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</Window>
|
</Window>
|
||||||
<div class="grow" />
|
<Window id='guestbookentries' style="mx-auto" title="entries" iconUri="/icons/entries.png">
|
||||||
<Window id='guestbookentries' title="entries" iconUri="/icons/entries.png">
|
|
||||||
<div class="flex flex-col gap-2 md:gap-4 2xl:w-[60ch]">
|
<div class="flex flex-col gap-2 md:gap-4 2xl:w-[60ch]">
|
||||||
{#if data.getRatelimited}
|
{#if data.getRatelimited}
|
||||||
<p class="text-error">
|
<p class="text-error">
|
||||||
|
Loading…
Reference in New Issue
Block a user