From 83f2e4588c3e2a01451bab2e76061c238dded956 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Tue, 11 Jul 2023 22:09:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20(feature=20flow)=20height=20minu?= =?UTF-8?q?s=20margin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature-flow.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature-flow.css b/feature-flow.css index eb4f45d..7ee2403 100644 --- a/feature-flow.css +++ b/feature-flow.css @@ -1,5 +1,5 @@ main { - height: 100vh; + height: calc(100vh - 2 * 1rem); } ul {