portrait current conditions #167

This commit is contained in:
Matt Walsh
2026-04-19 14:39:59 -05:00
parent cfbe6b540c
commit ad05f4c580
10 changed files with 107 additions and 9 deletions

View File

@@ -4,11 +4,17 @@ $standard-height: 480px;
// height with scroll
$standard-scroll-height: 310px;
$portrait-scroll-height: 967px;
// blue box size
$blue-box-margin: 64px;
$blue-box-width: calc($standard-width - 2 * $blue-box-margin);
// wide screen positioning
$wide-padding: 107px;
$wide-margin: 107px;
$wide-width: 854px;
$wide-width: 854px;
// portrait positioning
$portrait-width: 640px;
$portrait-height: 1137px;