From 3f93237a64e338d99edaa7ddc6b8c5fbccefff65 Mon Sep 17 00:00:00 2001 From: Kaisaan <34224128+Kaisaan@users.noreply.github.com> Date: Thu, 21 Oct 2021 21:06:29 -0400 Subject: [PATCH] Fix navbar CSS --- _layouts/default.html | 4 ++-- css/style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 2dbf8b9..0885b83 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,9 +1,9 @@ - + {{ page.title }} | KYS - + {% include nav.html %} {{ content }} diff --git a/css/style.css b/css/style.css index 226eaba..67d2fb2 100644 --- a/css/style.css +++ b/css/style.css @@ -5,7 +5,7 @@ body { background-color: #EFEFEF; } -.nav ul { +.navbar ul { list-style-type: none; margin: 0; padding: 0;