crappy-jekyll/assets/css/home.scss

14 lines
309 B
SCSS
Raw Permalink Normal View History

---
# This tells Jekyll to compile this page
---
@charset "utf-8";
// Override some variables on the home page
:root {
--content-width: 1180px;
2022-09-19 11:25:54 -04:00
}
.home-title-text { font-weight: 600; font-size: 60px; }
.home-title-desc { font-weight: 200; font-size: 20px;}
.footer-src-desc { color: rgb(202, 244, 111)}