mirror of
https://github.com/romancm/gamebrary
synced 2025-01-06 16:28:45 +00:00
8 lines
126 B
SCSS
8 lines
126 B
SCSS
|
$border-radius: 4px;
|
||
|
$gp: 16px;
|
||
|
$navHeight: 48px;
|
||
|
|
||
|
// Media queries
|
||
|
$small: "max-width: 780px";
|
||
|
$medium: "max-width: 1024px";
|