mirror of
https://github.com/ineesalmeida/almeida-cv.git
synced 2025-01-18 10:50:25 +00:00
7 lines
157 B
SCSS
7 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;
|