crappy-jekyll/assets/css/home.scss

10 lines
151 B
SCSS
Raw Normal View History

---
# This tells Jekyll to compile this page
---
@charset "utf-8";
// Override some variables on the home page
:root {
--content-width: 1180px;
}