Files
WeatherStar4000/server/styles/scss/shared/_positions.scss
2026-04-05 23:58:50 -05:00

11 lines
205 B
SCSS

// standard positioning
$standard-width: 640px;
$standard-height: 480px;
// blue box size
$blue-box-margin: 64px;
// wide screen positioning
$wide-padding: 107px;
$wide-margin: 107px;
$wide-width: 854px;