Change size/alignment of empty message

This commit is contained in:
birjolaxew 2017-07-10 13:02:19 +02:00
parent 388f1f9741
commit 48632664bc
No known key found for this signature in database
GPG Key ID: 548A6D4C439CC3DD

View File

@ -311,6 +311,9 @@
line-height: 1.5em;
text-align: center;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
@supports (display: grid) {
@ -324,7 +327,6 @@
}
.grid.search__empty:after {
grid-column: 1/span 2;
grid-row-end: span 2;
}
@media (min-width: 30.75rem) {