From ee3cf6ee482b5136daca3add340d550f3f7f71fc Mon Sep 17 00:00:00 2001 From: Chris Rodrigues Date: Tue, 3 Dec 2024 11:59:12 -0800 Subject: [PATCH] style(profile-margin): Removing margin bottom from previous commit --- src/views/Profile.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/Profile.vue b/src/views/Profile.vue index c4d50e1..a53111a 100644 --- a/src/views/Profile.vue +++ b/src/views/Profile.vue @@ -563,7 +563,6 @@ export default { grid-area: main; @include break-mobile-med { border-top: $border; - margin-bottom: 3rem; } } .profile-sidebar {