Skip to content

Commit ee1d939

Browse files
authored
Update _sidebar.scss
Fixes an issue where the sidebar (profile image/description) goes behind the navigation bar on mobile view (portrait)
1 parent 7729f66 commit ee1d939

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_sass/layout/_sidebar.scss

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
@include clearfix();
1414
margin-bottom: 1em;
15+
16+
@media (orientation: portrait) {
17+
margin-top: 5em;
18+
}
1519

1620
@media screen and (min-width: $sidebar-screen-min-width) {
1721
height: 100vh;

0 commit comments

Comments
 (0)