8 lines
157 B
SCSS
8 lines
157 B
SCSS
// WIDTHS
|
|
$width-left-col: 56rem; // 70%
|
|
$page-width: 80rem;
|
|
$width-right-col: $page-width - $width-left-col;
|
|
|
|
// ANIMATIONS
|
|
$cubic: 0.63, 0.21, 0.76, 1.58;
|