Skip to content

Commit 17c7326

Browse files
Chaitanya-Shaharevgvassilev
authored andcommitted
Fix blogs landing page padding
- blogs landing page has padding on small width devices (mobile)
1 parent 610a5cb commit 17c7326

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

_layouts/blog.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
title: Blog
44
---
55

6-
<h2>Latest Posts</h2>
6+
<div class="col-sm-12">
7+
<h2>Latest Posts</h2>
78

8-
<div>
9-
{% for post in site.posts %} {% include blog-post-card.html %} {% endfor %}
10-
</div>
9+
<div>
10+
{% for post in site.posts %} {% include blog-post-card.html %} {% endfor %}
11+
</div>
12+
</div>

0 commit comments

Comments
 (0)