moved script/style to their own subdirs
This commit is contained in:
parent
65e22291ea
commit
77c15fa1b9
3 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -94,6 +94,9 @@ ul, ol {
|
|||
list-style-position: inside;
|
||||
padding-left: 10px;
|
||||
}
|
||||
li {
|
||||
padding: 1px 0;
|
||||
}
|
||||
|
||||
#recipes {
|
||||
display: flex;
|
Loading…
Reference in a new issue