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

8 lines
157 B
SCSS
Raw Normal View History

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