diff --git a/src/about.html b/src/about.html index 506257a..77bed86 100644 --- a/src/about.html +++ b/src/about.html @@ -8,7 +8,7 @@
-
+

diff --git a/src/cool-stuff/index.html b/src/cool-stuff/index.html index cc36398..9322610 100644 --- a/src/cool-stuff/index.html +++ b/src/cool-stuff/index.html @@ -8,7 +8,7 @@
-
+

Cool Stuff diff --git a/src/scss/ilia1.scss b/src/scss/ilia1.scss index cc83963..610498b 100644 --- a/src/scss/ilia1.scss +++ b/src/scss/ilia1.scss @@ -81,6 +81,10 @@ $color-dark: hsl(195, 47%, 7%); @include grid-center($top-offset: 0.7); } +.grid-center--offset-wide { + @include grid-center($top-offset: 0.7, $left-offset: 0.5, $right-offset: 0.5); +} + .fixed { position: fixed; }