hugo-theme-almeida/assets/scss/_abstract.scss

8 lines
157 B
SCSS
Raw Normal View History

2020-08-29 12:16:29 +01:00
// WIDTHS
$width-left-col: 56rem; // 70%
2020-08-16 13:21:35 +01:00
$page-width: 80rem;
$width-right-col: $page-width - $width-left-col;
// ANIMATIONS
2020-08-29 12:16:29 +01:00
$cubic: 0.63, 0.21, 0.76, 1.58;