Added footer to public page. Leptos upgraded to 0.6.13

This commit is contained in:
2024-09-04 18:10:29 +02:00
parent 9f9b716781
commit a5cfc96814
6 changed files with 1016 additions and 817 deletions
+8 -1
View File
@@ -75,6 +75,9 @@ body {
background-color: var(--bs-body-bg);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(67, 89, 113, 0);
display: flex;
flex-direction: column;
min-height: 100vh;
}
hr {
@@ -15228,7 +15231,7 @@ html:not(.layout-menu-fixed) .menu-inner-shadow {
.layout-navbar,
.content-footer {
flex: 0 0 auto;
}
.layout-page {
@@ -16742,4 +16745,8 @@ html:not(.layout-footer-fixed) .content-wrapper {
100% {
transform: rotate(360deg);
}
}
main {
flex: 1;
}