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> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel='stylesheet' href='/style.css'> <link rel='stylesheet' href='/assets/style.css'>
<script async src='/script.js'></script> <script async src='/assets/script.js'></script>
<title>{{ page.title }}</title> <title>{{ page.title }}</title>
</head> </head>

View File

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