bootstrap 4.5

This commit is contained in:
home 2020-06-11 18:56:29 +02:00
parent 99796b95e3
commit 67c8a2f7c1
3 changed files with 23 additions and 13 deletions

8
bootstrap.min.css vendored

File diff suppressed because one or more lines are too long

19
make-columns.css Normal file
View File

@ -0,0 +1,19 @@
.row.make-columns {
-moz-column-width: 19em;
-webkit-column-width: 19em;
-moz-column-gap: 1em;
-webkit-column-gap:1em;
}
.row.make-columns > div {
display: inline-block;
padding: .5rem;
width: 100%;
}
/* demo only* */
.panel {
display: inline-block;
height: 100%;
width: 100%;
}

9
masonry.pkgd.min.js vendored

File diff suppressed because one or more lines are too long