Move footer to right side of main layout to avoid text over image
This commit is contained in:
@@ -29,10 +29,10 @@ defineProps({
|
||||
<div class="public-page-layout-right-slot">
|
||||
<slot></slot>
|
||||
</div>
|
||||
<div class="footer" v-show="footerHtml" v-html="footerHtml"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer" v-show="footerHtml" v-html="footerHtml"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -47,8 +47,6 @@ defineProps({
|
||||
bottom: 0;
|
||||
color: var(--pankow-text-color);
|
||||
background-color: transparent;
|
||||
padding-left: 20px;
|
||||
text-shadow: var(--pankow-text-color) 0px 0 5px;
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
|
||||
Reference in New Issue
Block a user