set page height as scss var

This commit is contained in:
2022-10-05 03:40:08 +01:00
parent a6ad61b560
commit b14049a410
3 changed files with 4 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ $columns: 5;
}
.masonry-container {
height: 10000px;
height: $page-height;
.masonry-col {
width: 1000px;