mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-02 23:52:36 +02:00
started-new-blog
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user