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