blog/src/styles/_variables.scss

5 lines
80 B
SCSS
Raw Normal View History

2023-08-31 08:07:03 +00:00
$breakpoint: 720px;
2023-09-02 03:25:11 +00:00
2023-09-08 10:10:52 +00:00
$tocWidth: 320px;
2023-09-02 03:25:11 +00:00
$tocBreakpoint: $breakpoint + $tocWidth;