add JS masonry placement on resume page

This commit is contained in:
2021-11-27 16:28:14 +01:00
parent aeb165d6cc
commit 406ec14c3d
3 changed files with 39 additions and 37 deletions

View File

@@ -0,0 +1,6 @@
import Masonry from 'masonry-layout/masonry';
let elem = document.querySelector('#dashboards');
let msnry = new Masonry( elem, {
// options
});