starting focused styling
This commit is contained in:
@ -6,3 +6,9 @@ $black: #000;
|
||||
$copy-light: $white;
|
||||
$copy-gray: $gray-light;
|
||||
$copy-dark: $black;
|
||||
|
||||
$di-purple: #561eae;
|
||||
$di-purple-light: #716f9f;
|
||||
|
||||
$di-orange: #f60;
|
||||
$di-orange-light: #e68d48;
|
||||
|
@ -1,12 +1,12 @@
|
||||
$container-tablet: 90vw;
|
||||
$container-tablet-lg: 810px;
|
||||
$container-desktop: 1080px;
|
||||
$container-desktop-lg: 1680px;
|
||||
$container-desktop-lg: 1080px;
|
||||
|
||||
$screen-tablet: 600px;
|
||||
$screen-tablet-lg: 900px;
|
||||
$screen-desktop: 1200px;
|
||||
$screen-desktop-lg: 1800px;
|
||||
$screen-desktop-lg: 1200px;
|
||||
|
||||
$gutter: 15px;
|
||||
|
||||
|
Reference in New Issue
Block a user