From 5ef6b77678e9e0ff4025dc5faf13d2b57a3c6bd2 Mon Sep 17 00:00:00 2001 From: akuma06 Date: Sun, 7 May 2017 02:49:53 +0200 Subject: [PATCH] Fixed bottom margin for other pages --- public/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index 65dd20d0..79e51805 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -42,6 +42,9 @@ body { margin: 0; padding: 0; } +.blockBody { + padding-bottom: 2rem; +} .torrentNav { text-align: center;