Skip to content

Commit 573b728

Browse files
committed
fix: removed unnecessary margin on small screens
1 parent 2bcd615 commit 573b728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ div#wrapper
33
aw-header
44

55
div(:class="{'container': !fullContainer, 'container-fluid': fullContainer}").px-0.px-md-2
6-
div.aw-container.my-3.p-3
6+
div.aw-container.my-sm-3.p-3
77
error-boundary
88
user-satisfaction-poll
99
new-release-notification(v-if="isNewReleaseCheckEnabled")

0 commit comments

Comments
 (0)