Remove useless(?) margins

This commit is contained in:
veeck
2021-05-08 18:04:14 +02:00
parent cf5c0464fe
commit 6595c85671
-16
View File
@@ -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 {