Adjust home page spacings (due to putting circuits into dcim column)

This commit is contained in:
rdujardin 2016-07-28 12:47:23 +02:00
parent bcdb192d28
commit 107d898c3f

View File

@ -9,7 +9,7 @@ html, body {
height: 100%;
}
body {
padding-top: 70px;
padding-top: 60px;
}
.container {
width: auto;
@ -19,7 +19,7 @@ body {
min-height: 100%;
height: auto !important;
margin: 0 auto -61px; /* the bottom margin is the negative value of the footer's height */
padding-bottom: 30px;
padding-bottom: 5px;
}
.footer, .push {
height: 60px; /* .push must be the same height as .footer */