fix: nav and article styling

This commit is contained in:
officiallyutso
2025-06-27 22:05:52 +05:30
parent f83be79e61
commit 1872f9bb28
11 changed files with 917 additions and 451 deletions

View File

@ -1,5 +1,5 @@
{% assign post = include.post %}
<div class="row article article-horiozntal">
<div class="row article article-horizontal">
<div class="col-md-4 center-fill-container img-container">
<img src="/images/posts/{{post.image}}" alt="" class="img-center-fill center-both {% if post.image == null %}hidden{% endif %}">
</div>