Skip to content
Snippets Groups Projects
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
Branches
Tags
No related merge requests found
......@@ -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;
}
}
}
}
......@@ -103,6 +103,12 @@
}
}
}
a.nav-link {
// Reset horizontal
padding-right: 0;
padding-left: 0;
}
}
&__copyright {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment