Skip to content

Commit 15f2390

Browse files
committed
This should fix the issues
but I haven't tested it yet.
1 parent f58e14a commit 15f2390

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ <h2>My Projects</h2>
4949
var msnry = new Masonry(document.getElementById("projects-container"), {
5050
columnWidth: 300,
5151
gutter: 10,
52+
horizontalOrder: true,
5253
itemSelector: '.grid-item'
5354
});
5455
fetch("quotes.json")

0 commit comments

Comments
 (0)