From 3a5fd6e65d10ffd9dc1b410c9b00c8724742460d Mon Sep 17 00:00:00 2001 From: heck Date: Wed, 3 May 2023 01:04:12 +0200 Subject: [PATCH] vertically center too --- html/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/index.html b/html/index.html index b02e666..571edc7 100644 --- a/html/index.html +++ b/html/index.html @@ -106,8 +106,9 @@ .shaderhero { display: flex; justify-content: center; + align-items: center; width: 100vw; - height: 90vh; + height: 100vh; } #hecksshader {