starting focused styling

This commit is contained in:
Mark Moser
2018-08-10 15:08:34 -05:00
parent 85602ff8f9
commit be874660e3
14 changed files with 510 additions and 97 deletions

View File

@ -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;

View File

@ -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;