formatting

This commit is contained in:
genki_angel 2026-02-21 20:37:43 +00:00
parent c312817fd6
commit 7c9a015fa1

View file

@ -15,8 +15,8 @@
<!-- about -->
<Window name="hi :3">
<p>
hello!&nbsp;&nbsp; ^w^/<br><br>welcome to my site, feel free to look around and learn something
your government doesn't want you to know :3
hello!&nbsp;&nbsp; ^w^/<br /><br />welcome to my site, feel free to look around and learn
something your government doesn't want you to know :3
</p>
</Window>
@ -86,7 +86,14 @@
</Window>
<!-- latest posts -->
<!-- <Window name="posts"></Window> -->
<div class="divider">
<div class="half">
<Window name="posts"></Window>
</div>
<div class="half">
<Window name="activity"></Window>
</div>
</div>
<!-- stampbook -->
<Window name="stampbook">
@ -193,6 +200,18 @@
.warning {
color: vars.$warning;
}
.divider {
display: flex;
justify-content: space-between;
align-items: stretch;
align-content: stretch;
width: 100%;
}
.half {
max-width: 49%;
}
p {
text-align: center;
}