Le framework HUGO utilisé pour créer son CV en 2 minutes
https://cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
157 B
8 lines
157 B
4 years ago
|
// 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;
|