From 5de9221d22d22e3229437b46898945814a3532a6 Mon Sep 17 00:00:00 2001 From: Miraty Date: Sat, 6 Nov 2021 00:24:27 +0100 Subject: [PATCH] Fix footer at bottom --- style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.less b/style.less index b397484..327ab56 100755 --- a/style.less +++ b/style.less @@ -155,7 +155,7 @@ h2 { flex-direction: row; } -section#output { +form { flex-grow: 1; }