From 48632664bc18785ce83b49ca3d045891ed4d8646 Mon Sep 17 00:00:00 2001 From: birjolaxew Date: Mon, 10 Jul 2017 13:02:19 +0200 Subject: [PATCH] Change size/alignment of empty message --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 948c4d14..a933acbc 100644 --- a/index.html +++ b/index.html @@ -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) {