Skip to content

Commit b7181fe

Browse files
committed
🎩 missing post container in sandbox
1 parent a6aaa96 commit b7181fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎sandbox/page/6.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ <h1>Blog page 6</h1>
2121
</div>
2222

2323
<div class="container">
24+
<div class="posts-container">
2425
<article class="post">
2526
<a class="post-header" href="/blog/triggering-jquery-vanilla-js-events">
2627
<h1 class="post-header__title">Triggering jQuery and vanilla JS events</h1>
@@ -68,6 +69,7 @@ <h1 class="post-header__title">Dropping IE8 and 9 support</h1>
6869

6970
</div>
7071
</article>
72+
</div>
7173

7274
<nav class="pagination">
7375
<a class="pagination__previous" href="/blog/page5">Previous &middot; 5</a>

0 commit comments

Comments
 (0)