From b8d2da43af95c075414701fd3b7c25f17496a1cd Mon Sep 17 00:00:00 2001 From: okydk Date: Sat, 21 Apr 2018 15:38:14 +0200 Subject: [PATCH] Mobile fix --- docs/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index c99b20f..f59d554 100644 --- a/docs/index.html +++ b/docs/index.html @@ -42,7 +42,7 @@ .wrap > div{ align-items: center; justify-content: center; - display: flex; + display: grid; } h1 span{ color: rgba(0,0,0,0.2); @@ -85,6 +85,7 @@ } .basegrid.wrap>div{ height: 40vh; + --h: 4; } }