diff --git a/resources/js/components/SMPage.vue b/resources/js/components/SMPage.vue index f4396cf..671d68e 100644 --- a/resources/js/components/SMPage.vue +++ b/resources/js/components/SMPage.vue @@ -81,6 +81,9 @@ const hasPermission = () => { flex: 1; width: 100%; padding-bottom: calc(map-get($spacer, 5) * 2); + background-position: center; + background-repeat: no-repeat; + background-size: cover; &.sm-no-breadcrumbs { margin-bottom: 0; @@ -92,9 +95,6 @@ const hasPermission = () => { } .sm-page { - background-position: center; - background-repeat: no-repeat; - background-size: cover; display: flex; flex-direction: column; flex: 1;