Move footer to right side of main layout to avoid text over image

This commit is contained in:
Johannes Zellner
2025-05-12 15:33:28 +02:00
parent 5accc2a923
commit 361902d59d
@@ -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) {