Skip to content

Commit e53be42

Browse files
committed
Add extra side padding to page-short desktop nav
Accounts for lack of scrollbar on short pages, so that social icons won't be too far over.
1 parent bf2ac59 commit e53be42

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/_sass/partials/_nav.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@
144144
margin: 0 1rem;
145145
max-width: 100%;
146146
}
147+
148+
// Account for lack of scrollbar on short pages
149+
.page-short .navbar-nav {
150+
margin: 0 2rem 0 1rem;
151+
}
147152
}
148153

149154
.nav--paypal-btn {

0 commit comments

Comments
 (0)