commit 094dd93359d24f87c74eaa932de7f3214dd93333
Author: Antonela <hola(a)antonela.me>
Date: Thu Sep 5 20:59:55 2019 -0400
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 */