FIX: fixed css (space between page header and page body)

This commit is contained in:
2019-03-25 10:54:22 +01:00
parent eebf02b66c
commit 94402fb5d0
24 changed files with 63 additions and 46 deletions

View File

@@ -74,13 +74,6 @@ thead input {
*/
#page-body {
padding-bottom: 4.8rem;
background-color: #fcc;
}
#page-body .vspace {
content: "\202f";
height: 0px;
margin-bottom: 1.2rem;
}
#page-body h5, #page-body h6 {
@@ -120,8 +113,13 @@ thead input {
/*
* Misc
*/
.jumbotron > h1 {
margin-top: 0px;
.top-most {
margin-top: 1.2rem;
}
.jumbotron {
padding-top: 34px;
padding-bottom: 34px;
}
.action-tabs {