Fix navbar CSS

This commit is contained in:
Kaisaan 2021-10-21 21:06:29 -04:00
parent ec5a56e6fb
commit 3f93237a64
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<title>{{ page.title }} | KYS</title>
<link rel="stylesheet" type="text/css" href="/css/style.css">
</head>
</head>
<body>
{% include nav.html %}
{{ content }}

View File

@ -5,7 +5,7 @@ body {
background-color: #EFEFEF;
}
.nav ul {
.navbar ul {
list-style-type: none;
margin: 0;
padding: 0;