formatting
This commit is contained in:
parent
c312817fd6
commit
7c9a015fa1
1 changed files with 22 additions and 3 deletions
|
|
@ -15,8 +15,8 @@
|
|||
<!-- about -->
|
||||
<Window name="hi :3">
|
||||
<p>
|
||||
hello! ^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! ^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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue