fixed blog mobile view

This commit is contained in:
timurgordon
2022-02-25 17:48:37 +03:00
parent d81a90aacd
commit d351bbc3f1
8 changed files with 30 additions and 17 deletions

View File

@@ -21,7 +21,7 @@ and a side nav for category and featured post navigation
{% include "partials/featuredBlog.html" %}
<div class="flex">
<div class="flex flex-col md:flex-row">
{% include "partials/blogPosts.html" %}
{% include "partials/blogSidebar.html" %}
</div>