Avoid excessing padding on top

Moving footer out of the vertical segment creates excessive padding on top. This reduces the padding/gap.
This commit is contained in:
Venkata Chandrasekhar Nainala 2018-02-13 10:24:53 +00:00 committed by Martin Klepsch
parent c41f1c5e78
commit 3c140a4171

View File

@ -986,7 +986,7 @@
z-index: -1;
display: flex;
justify-content: center;
margin-top: 20px;
margin-top: 10px;
}