started-new-blog

This commit is contained in:
2022-09-04 23:58:49 +02:00
parent fb52855297
commit 1ec208cf70
37 changed files with 20789 additions and 13298 deletions

View File

@@ -3,7 +3,7 @@
$color-base: hsl(0, 0%, 13%);
$color-primary: hsl(220, 100%, 68%);
$color-secondary: hsl(31, 92%, 62%);
$color-secondary: hsl(220, 100%, 68%);
$color-white: hsl(0, 0%, 100%);
$color-gray: color.adjust($color-base, $lightness: 40%);
@@ -27,10 +27,11 @@ $typographic-leading: math.round(16 * math.div($typographic-root-font-size, 100)
$button-height: 35px;
$button-border-radius: 20px;
$layout-post-single-width: 945px;
$layout-post-single-width: 1100px;
$layout-post-width: $layout-post-single-width - 305px;
$layout-width: 1070px;
// $layout-width: 1070px;
$layout-width: 1300px;
$layout-breakpoint-sm: 685px;
$layout-breakpoint-md: 960px;
$layout-breakpoint-lg: 1100px;