formatting
This commit is contained in:
parent
c312817fd6
commit
7c9a015fa1
1 changed files with 22 additions and 3 deletions
|
|
@ -15,8 +15,8 @@
|
||||||
<!-- about -->
|
<!-- about -->
|
||||||
<Window name="hi :3">
|
<Window name="hi :3">
|
||||||
<p>
|
<p>
|
||||||
hello! ^w^/<br><br>welcome to my site, feel free to look around and learn something
|
hello! ^w^/<br /><br />welcome to my site, feel free to look around and learn
|
||||||
your government doesn't want you to know :3
|
something your government doesn't want you to know :3
|
||||||
</p>
|
</p>
|
||||||
</Window>
|
</Window>
|
||||||
|
|
||||||
|
|
@ -86,7 +86,14 @@
|
||||||
</Window>
|
</Window>
|
||||||
|
|
||||||
<!-- latest posts -->
|
<!-- 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 -->
|
<!-- stampbook -->
|
||||||
<Window name="stampbook">
|
<Window name="stampbook">
|
||||||
|
|
@ -193,6 +200,18 @@
|
||||||
.warning {
|
.warning {
|
||||||
color: vars.$warning;
|
color: vars.$warning;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.divider {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: stretch;
|
||||||
|
align-content: stretch;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.half {
|
||||||
|
max-width: 49%;
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue