Commit 776ce863 authored by Saša Nikolič's avatar Saša Nikolič Committed by Ivica Puljic
Browse files

Issue #3186903 by sasanikolic, pivica: Improve footer links on mobile

parent 0a48e386
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -9,6 +9,11 @@
        // We are using y padding here because it looks better (this are not pills).
        //$padding-x: $nav-link-padding-y
      );

      &::after {
        right: 0;
        left: 0;
      }
    }
  }
}
+6 −0
Original line number Diff line number Diff line
@@ -103,6 +103,12 @@
        }
      }
    }

    a.nav-link {
      // Reset horizontal
      padding-right: 0;
      padding-left: 0;
    }
  }

  &__copyright {