Update html.css

This commit is contained in:
Joshua Killen 2020-04-16 19:57:35 +01:00
parent 4d60b43253
commit 04eea587ec
1 changed files with 7 additions and 1 deletions

View File

@ -1,10 +1,16 @@
#searchInput {
width: 99vw;
width: 100%;
font-size: 1.5vw;
border: 1px solid black;
margin-bottom: 1vh;
}
#referenceList {
list-style-type: none;
padding: 0;
margin: 0;
}
#referenceList li details {
}