From 094dd93359d24f87c74eaa932de7f3214dd93333 Mon Sep 17 00:00:00 2001 From: Antonela Date: Thu, 5 Sep 2019 20:59:55 -0400 Subject: [PATCH] fix padding in page container --- assets/scss/_tor.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/scss/_tor.scss b/assets/scss/_tor.scss index c73909d..b673e5e 100644 --- a/assets/scss/_tor.scss +++ b/assets/scss/_tor.scss @@ -2,9 +2,9 @@ * Base structure */ -/* Move down content because we have a fixed navbar that is 3.5rem tall */ +/* Move down content because we have a fixed navbar that is 10rem tall */ .page { - padding-top: 3.5rem; + padding-top: 10rem; } /* Reset */