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.
 
 
 
hugo-cv/themes/almeida-cv/assets/sass/_abstract.scss

7 lines
157 B

// 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;