Add 'assets/css/home.scss'

This commit is contained in:
Kale 2021-06-08 21:00:07 -07:00
parent 6bf861f776
commit 98a496d899
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

10
assets/css/home.scss Normal file
View File

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