From 6595c85671745eeb1ed3165f00138a26a8e22906 Mon Sep 17 00:00:00 2001 From: veeck Date: Fri, 7 May 2021 16:22:26 +0200 Subject: [PATCH] Remove useless(?) margins --- css/main.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/css/main.css b/css/main.css index 727baa28..980227fb 100644 --- a/css/main.css +++ b/css/main.css @@ -176,18 +176,6 @@ sup { top: 0; } -.region.top .container { - margin-bottom: 25px; -} - -.region.bottom .container { - margin-top: 25px; -} - -.region.top .container:empty { - margin-bottom: 0; -} - .region.top.center, .region.bottom.center { left: 50%; @@ -204,10 +192,6 @@ sup { bottom: 0; } -.region.bottom .container:empty { - margin-top: 0; -} - .region.bottom.right, .region.bottom.center, .region.bottom.left {