Added footer to public page. Leptos upgraded to 0.6.13
This commit is contained in:
Vendored
+8
-1
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user