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

@@ -29,3 +29,5 @@ $burnt: #fff1d1;
$burnt-light: #fbf1dc; $burnt-light: #fbf1dc;
$typography-font-family: 'Rubik'; $typography-font-family: 'Rubik';
$page-height: 10000px;

View File

@@ -76,7 +76,7 @@ $column: 5;
} }
.masonry-container { .masonry-container {
height: 6000px; height: $page-height;
.masonry-col { .masonry-col {
width: 1000px; width: 1000px;

View File

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