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>
|
<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>
|
||||||
|
|
||||||
|
|
|
@ -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;
|
Loading…
Reference in a new issue