From b7fc0de83347bc0deff384eb30a01916d5cce9f7 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Wed, 13 May 2020 12:09:36 +0300 Subject: [PATCH] added padding to the bottom of .content --- static/style.css.h | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css.h b/static/style.css.h index fee6f55..3939f27 100644 --- a/static/style.css.h +++ b/static/style.css.h @@ -163,6 +163,7 @@ th, td { } .content { padding-inline: 1em; + padding-block-end: 1em; } .info, .warning, .error {