right padding in gallery nav to match button gap at all screen sizes
This commit is contained in:
parent
4eec94d573
commit
aa10d52487
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue