mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Adjust home page spacings (due to putting circuits into dcim column)
This commit is contained in:
parent
bcdb192d28
commit
107d898c3f
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user