moved script/style to their own subdirs

This commit is contained in:
Lynne Megido 2020-03-01 19:21:52 +10:00
parent 65e22291ea
commit 77c15fa1b9
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90
3 changed files with 5 additions and 2 deletions

View File

@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8">
<link rel='stylesheet' href='/style.css'>
<script async src='/script.js'></script>
<link rel='stylesheet' href='/assets/style.css'>
<script async src='/assets/script.js'></script>
<title>{{ page.title }}</title>
</head>

View File

@ -94,6 +94,9 @@ ul, ol {
list-style-position: inside;
padding-left: 10px;
}
li {
padding: 1px 0;
}
#recipes {
display: flex;