From b380ae889ee6ddc33f89fa32cce7557e93ab1af5 Mon Sep 17 00:00:00 2001 From: Jay Hankins Date: Sun, 28 Aug 2022 22:29:00 -0400 Subject: [PATCH] fix graphs css --- _includes/notes_graph.html | 2 +- _sass/_style.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/notes_graph.html b/_includes/notes_graph.html index 9d25a06..4bebfa6 100644 --- a/_includes/notes_graph.html +++ b/_includes/notes_graph.html @@ -30,7 +30,7 @@ #graph-wrapper { background: #fcfcfc; border-radius: 4px; - height: auto; + height: 80vh; max-width: 800px; } diff --git a/_sass/_style.scss b/_sass/_style.scss index 84d37a7..df503f5 100644 --- a/_sass/_style.scss +++ b/_sass/_style.scss @@ -115,7 +115,7 @@ nav { "side"; @media (min-width: 700px) { - grid-template-columns: 2fr 3fr; + grid-template-columns: 3fr 1fr; grid-template-areas: "content side"; } } @@ -128,7 +128,7 @@ nav { "side"; @media (min-width: 700px) { - grid-template-columns: 2fr 2fr; + grid-template-columns: 2fr 3fr; } }