diff --git a/assets/css/home.scss b/assets/css/home.scss new file mode 100644 index 0000000..a795bf3 --- /dev/null +++ b/assets/css/home.scss @@ -0,0 +1,10 @@ +--- +# This tells Jekyll to compile this page +--- + +@charset "utf-8"; + +// Override some variables on the home page +:root { + --content-width: 1180px; + } \ No newline at end of file