Add a user friendly message for when no results are found

This commit is contained in:
Samantaz Fox 2022-04-06 22:23:22 +02:00
parent dbc74164ab
commit 62d7abdd9e
No known key found for this signature in database
GPG key ID: F42821059186176E
4 changed files with 44 additions and 14 deletions

View file

@ -69,6 +69,15 @@ fieldset, legend {
#filters-apply { text-align: end; }
/* Error message */
.no-results-error {
text-align: center;
line-height: 180%;
font-size: 110%;
padding: 15px 15px 125px 15px;
}
/* Responsive rules */
@media only screen and (max-width: 800px) {