mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-17 12:42:52 -06:00
Closes #6975: Reduce footer height
This commit is contained in:
parent
ac6b1bf422
commit
6d1b981ecb
BIN
netbox/project-static/dist/netbox-dark.css
vendored
BIN
netbox/project-static/dist/netbox-dark.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox-light.css
vendored
BIN
netbox/project-static/dist/netbox-light.css
vendored
Binary file not shown.
@ -419,10 +419,11 @@ main.login-container {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
padding-top: map.get($spacers, 4);
|
padding: 0;
|
||||||
padding-right: 0;
|
|
||||||
padding-bottom: map.get($spacers, 3);
|
.nav-link {
|
||||||
padding-left: 0;
|
padding: .5rem;
|
||||||
|
}
|
||||||
|
|
||||||
@include media-breakpoint-down(md) {
|
@include media-breakpoint-down(md) {
|
||||||
// Pad the bottom of the footer on mobile devices to account for mobile browser controls.
|
// Pad the bottom of the footer on mobile devices to account for mobile browser controls.
|
||||||
|
Loading…
Reference in New Issue
Block a user