small tweaks

This commit is contained in:
CatAClock 2025-06-03 18:47:10 -07:00
parent 25b3d85f2a
commit 2549c179db
2 changed files with 6 additions and 1 deletions

View file

@ -40,6 +40,10 @@ body {
background-color: #050505; background-color: #050505;
} }
.Favorite, .Boost, .Reply {
margin: auto;
}
.Button { .Button {
margin-top: 30px; margin-top: 30px;

View file

@ -35,7 +35,8 @@
</header> </header>
<p class="PostText Regular"></p> <p class="PostText Regular"></p>
<div class="Images Regular"></div> <div class="Images Regular"></div>
<div "display: flex;"> <!-- Interactables. -->
<div style="display: flex;">
<p class="Favorite">Favorite!</p> <p class="Favorite">Favorite!</p>
<p class="Boost">Boost!</p> <p class="Boost">Boost!</p>
<p class="Reply">Reply!</p> <p class="Reply">Reply!</p>