From daa8a23bd0e9831d4581d6058ab26b36279af1eb Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 13 Jun 2019 14:29:21 +0200 Subject: [PATCH] Add some margin at the bottom of the page --- gym/static/gym/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gym/static/gym/style.css b/gym/static/gym/style.css index 8b13789..13eb675 100644 --- a/gym/static/gym/style.css +++ b/gym/static/gym/style.css @@ -1 +1,3 @@ - +body { + margin-bottom: 1em; +}