Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_abstract.scss « scss « assets - github.com/ineesalmeida/almeida-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ffa098ad007084ad9e14e15aa163b4846698536f (plain)
1
2
3
4
5
6
7
// 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;