mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 15:49:31 -07:00
14 lines
260 B
SCSS
14 lines
260 B
SCSS
// standard positioning
|
|
$standard-width: 640px;
|
|
$standard-height: 480px;
|
|
|
|
// height with scroll
|
|
$standard-scroll-height: 310px;
|
|
|
|
// blue box size
|
|
$blue-box-margin: 64px;
|
|
|
|
// wide screen positioning
|
|
$wide-padding: 107px;
|
|
$wide-margin: 107px;
|
|
$wide-width: 854px; |