Introduced big DB (~500 000 results) and multiple improvements

This commit is contained in:
Florian SYLVAIN
2021-10-29 15:11:09 +02:00
parent 4cfcf90ffc
commit 0f425bb06a
7 changed files with 71 additions and 28 deletions
+18 -1
View File
@@ -64,10 +64,27 @@ body {
display: none;
}
pre {
#results {
font-family: sans-serif;
margin: 10px;
display: flex;
flex-direction: column;
gap: 15px;
overflow: scroll;
}
.result-element {
box-shadow: rgba(0, 0, 0, 0.10) 2px 2px 8px;
background-color: rgba(250, 250, 250, 0.5);
border-radius: 3px;
margin: 0 5px 5px 5px;
padding: 5px 10px 10px 10px;
}
.error {
color: red;
}
/* Small */
@media (min-width: 576px) {