Skip to content

Commit 3092e41

Browse files
fix(layout): preserve bottom margin on small screens (#946)
1 parent 889ea9d commit 3092e41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ div#wrapper(v-if="loaded")
33
aw-header
44

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

0 commit comments

Comments
 (0)