mirror of
https://github.com/dtomlinson91/anno-production-chain-renderer.git
synced 2025-12-21 22:05:46 +00:00
set page height as scss var
This commit is contained in:
@@ -29,3 +29,5 @@ $burnt: #fff1d1;
|
||||
$burnt-light: #fbf1dc;
|
||||
|
||||
$typography-font-family: 'Rubik';
|
||||
|
||||
$page-height: 10000px;
|
||||
|
||||
@@ -76,7 +76,7 @@ $column: 5;
|
||||
}
|
||||
|
||||
.masonry-container {
|
||||
height: 6000px;
|
||||
height: $page-height;
|
||||
|
||||
.masonry-col {
|
||||
width: 1000px;
|
||||
|
||||
@@ -72,7 +72,7 @@ $columns: 5;
|
||||
}
|
||||
|
||||
.masonry-container {
|
||||
height: 10000px;
|
||||
height: $page-height;
|
||||
|
||||
.masonry-col {
|
||||
width: 1000px;
|
||||
|
||||
Reference in New Issue
Block a user