figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit 90caace8413ce21bcb6ca21d841b247e97d3a1d7
parent dc26009c7c8fe70cde6b330d7d4d54b2ad5913f2
Author: FIGBERT <figbert@figbert.com>
Date:   Mon, 17 Aug 2020 19:26:04 -0700

:lipstick: Fix image width of error page

Diffstat:
Mstatic/global.css | 8+++-----
1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/static/global.css b/static/global.css @@ -107,16 +107,14 @@ h6::before { } .error { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; + display: grid; + place-items: center; width: 100%; height: 100%; } .error > img { - width: 50%; + max-width: 19rem; } .error > strong {