1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #6975: Reduce footer height

This commit is contained in:
jeremystretch
2021-08-17 12:02:30 -04:00
parent ac6b1bf422
commit 6d1b981ecb
3 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -419,10 +419,11 @@ main.login-container {
}
.footer {
padding-top: map.get($spacers, 4);
padding-right: 0;
padding-bottom: map.get($spacers, 3);
padding-left: 0;
padding: 0;
.nav-link {
padding: .5rem;
}
@include media-breakpoint-down(md) {
// Pad the bottom of the footer on mobile devices to account for mobile browser controls.