Update html.css
This commit is contained in:
parent
4d60b43253
commit
04eea587ec
|
|
@ -1,10 +1,16 @@
|
||||||
#searchInput {
|
#searchInput {
|
||||||
width: 99vw;
|
width: 100%;
|
||||||
font-size: 1.5vw;
|
font-size: 1.5vw;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
margin-bottom: 1vh;
|
margin-bottom: 1vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#referenceList {
|
#referenceList {
|
||||||
|
list-style-type: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#referenceList li details {
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue