shift to normalize css to fix reset css weirdness

This commit is contained in:
2023-02-25 23:58:03 +10:30
parent a1e31ee767
commit 2ba5f18317
4 changed files with 351 additions and 49 deletions

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/css/normalize.css" />
<link rel="stylesheet" href="/css/styles.css" />
{% if title %}
<title>{{ site.title }} - {{ title }}</title>