From 9263b0657f63f7782dfdfb0f47a0f2faca93476f Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Sat, 2 Jan 2021 22:40:22 -0800 Subject: [PATCH] Fix navbar padding --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index af50149..796a830 100644 --- a/static/style.css +++ b/static/style.css @@ -606,7 +606,7 @@ td, th { } nav { flex-direction: column; - margin: 10px; + padding: 10px; } aside, #subreddit, #user {