This commit is contained in:
Joshua Killen 2020-04-16 19:51:38 +01:00
parent e2bb340448
commit f8756f9906
2 changed files with 11 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<ul id="referenceList">
<li><details>
<summary>Harry</summary>
<summary></summary>
<p></p>
</details></li>
<li><details>

View File

@ -0,0 +1,10 @@
#searchInput {
width: 100vw;
font-size: 1.5vw;
border: 1px solid black;
margin-bottom: 1vh;
}
#referenceList {
}