mirror of
https://github.com/minoplhy/crappy-jekyll.git
synced 2024-11-11 04:26:46 +00:00
10 lines
151 B
SCSS
10 lines
151 B
SCSS
|
---
|
||
|
# This tells Jekyll to compile this page
|
||
|
---
|
||
|
|
||
|
@charset "utf-8";
|
||
|
|
||
|
// Override some variables on the home page
|
||
|
:root {
|
||
|
--content-width: 1180px;
|
||
|
}
|