Skip to content

Commit a2d720d

Browse files
committed
style(profile-margin): Adding bottom margin to be able to scroll to bottom of user posts
1 parent 4990d12 commit a2d720d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/Profile.vue

+1
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ export default {
563563
grid-area: main;
564564
@include break-mobile-med {
565565
border-top: $border;
566+
margin-bottom: 3rem;
566567
}
567568
}
568569
.profile-sidebar {

0 commit comments

Comments
 (0)