mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-21 02:59:31 -07:00
20 lines
430 B
SCSS
20 lines
430 B
SCSS
// standard positioning
|
|
$standard-width: 640px;
|
|
$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;
|
|
|
|
// portrait positioning
|
|
$portrait-width: 640px;
|
|
$portrait-height: 1137px; |