mirror of
https://github.com/romancm/gamebrary
synced 2025-01-01 22:08:44 +00:00
10 lines
198 B
SCSS
10 lines
198 B
SCSS
$border-radius: 4px;
|
|
$gp: 16px;
|
|
$navHeight: 48px;
|
|
$container-width: 900px;
|
|
$list-header-height: 30px;
|
|
$list-width: 300px;
|
|
|
|
// Media queries
|
|
$small: "max-width: 780px";
|
|
$medium: "max-width: 1024px";
|