small tweaks
This commit is contained in:
parent
25b3d85f2a
commit
2549c179db
2 changed files with 6 additions and 1 deletions
|
@ -40,6 +40,10 @@ body {
|
|||
background-color: #050505;
|
||||
}
|
||||
|
||||
.Favorite, .Boost, .Reply {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.Button {
|
||||
margin-top: 30px;
|
||||
|
||||
|
|
|
@ -35,7 +35,8 @@
|
|||
</header>
|
||||
<p class="PostText Regular"></p>
|
||||
<div class="Images Regular"></div>
|
||||
<div "display: flex;">
|
||||
<!-- Interactables. -->
|
||||
<div style="display: flex;">
|
||||
<p class="Favorite">Favorite!</p>
|
||||
<p class="Boost">Boost!</p>
|
||||
<p class="Reply">Reply!</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue