we can chat now?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not
2023-07-19 00:53:20 +10:00
parent fc5b0d7491
commit b391326806
2 changed files with 7 additions and 7 deletions

View File

@@ -5,12 +5,6 @@
{% include 'navbar.html' %}
<div class="row">
<div class="col s7 m6" id="answer-post">
{% include 'answer-post.html' %}
</div>
</div>
<div class="row" >
<div class="col s5 m4" id="neu-posts">
{% include 'i-posts.html' %}
@@ -18,4 +12,10 @@
</div>
<div class="row">
<div class="col s7 m6" id="answer-post">
{% include 'answer-post.html' %}
</div>
</div>
{% endblock content %}