From 61e6dbf93090967de786939bfc87f0e2cd33fcfe Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Thu, 6 Jan 2022 21:21:48 +0100 Subject: [PATCH] fix: increase padding to prevent content being overlaid by fixed navbar --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index b74e79d..aa84b41 100644 --- a/src/App.vue +++ b/src/App.vue @@ -73,7 +73,7 @@ export default { @import "~normalize.css"; #app { - padding: 3em 0 0 0; + padding: 5em 0 0 0; color: $copy-color; font-size: 1.125em; -webkit-font-smoothing: antialiased;