From 042e14023e375a0b4d3cdb9b0d62102815e644a6 Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Mon, 27 Apr 2020 21:21:11 -0400 Subject: fixed font size, removed uneeded file, updated TODOs for prod --- src/scss/index.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/scss/index.scss') diff --git a/src/scss/index.scss b/src/scss/index.scss index 67f41a5..d8c7330 100644 --- a/src/scss/index.scss +++ b/src/scss/index.scss @@ -29,7 +29,7 @@ $title-color: $darkteal; $title-family: "Architects Daughter", cursive; $subtitle-color: $darkteal; $subtitle-family: "Indie Flower", cursive; -$body-font-size: 1.25rem; +//$body-font-size: 1.8rem; // $body-background-color: $isabelline; // Import only what you need from Bulma @@ -142,5 +142,3 @@ $body-font-size: 1.25rem; body { background-image: url("/bg.png"); } - -@import "./flash-card.scss"; -- cgit v1.2.3