mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-06 06:45:05 +01:00
8 lines
194 B
SCSS
8 lines
194 B
SCSS
@use 'sass:math';
|
|
|
|
// $page-margin: 32;
|
|
$page-margin: 64;
|
|
$base-height: 1080;
|
|
$base-modal-height: $base-height - ($page-margin * 2);
|
|
$base-modal-max-width: math.div($base-modal-height * 16, 9);
|