CSS cleanup

This commit is contained in:
video-prize-ranch
2022-12-20 19:35:48 -05:00
parent 82c360baa0
commit e82b47a729
24 changed files with 93 additions and 163 deletions

View File

@@ -29,12 +29,12 @@
<h3>{{post.Title}}</h3>
</a>
{{/if}}
<div class="views">
<div class="views flex flex-center">
<img class="icon" src="/static/icons/eye.svg" alt="Views">
<p>{{post.Views}}</p>
</div>
</div>
<div class="logoContainer">
<div class="flex flex-center">
<a href="/{{post.Id}}">
<img src="/static/img/rimgo.svg" width="32px" height="32px" class="logo">
</a>