mirror of
https://github.com/Kaisaan/kaisaan.github.io.git
synced 2025-06-19 01:05:44 -04:00
Fix navbar CSS
This commit is contained in:
parent
ec5a56e6fb
commit
3f93237a64
@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>{{ page.title }} | KYS</title>
|
<title>{{ page.title }} | KYS</title>
|
||||||
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include nav.html %}
|
{% include nav.html %}
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
@ -5,7 +5,7 @@ body {
|
|||||||
background-color: #EFEFEF;
|
background-color: #EFEFEF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav ul {
|
.navbar ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user