right padding in gallery nav to match button gap at all screen sizes

This commit is contained in:
Julian Stirling 2026-07-06 09:34:15 +01:00
parent 4eec94d573
commit aa10d52487

View file

@ -225,6 +225,15 @@
padding-right: 15px;
background: #fff;
}
// Make the gap increase for larger screens, this means that the right padding
// always matches the gap in uk-navbar-right
@media (width >= 960px) {
.ofm-tab-navbar {
padding-right: 30px;
}
}
.hook-inverse() {
.ofm-tab-navbar {
background: #252525;