summaryrefslogtreecommitdiff
path: root/src/scss/index.scss
diff options
context:
space:
mode:
authorAdam Carpenter <atc@53hor.net>2020-04-27 21:21:11 -0400
committerAdam Carpenter <atc@53hor.net>2020-04-27 21:21:11 -0400
commit042e14023e375a0b4d3cdb9b0d62102815e644a6 (patch)
tree8e2d69ea729762273e8f60747d656db488e3eac0 /src/scss/index.scss
parent60915408f6b9549dd8f0279ab3f715f1a32dea15 (diff)
downloadcarpentertutoring-042e14023e375a0b4d3cdb9b0d62102815e644a6.tar.xz
carpentertutoring-042e14023e375a0b4d3cdb9b0d62102815e644a6.zip
fixed font size, removed uneeded file, updated TODOs for prod
Diffstat (limited to 'src/scss/index.scss')
-rw-r--r--src/scss/index.scss4
1 files changed, 1 insertions, 3 deletions
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";