animation
This commit is contained in:
parent
8fecd58d06
commit
88ab6c9b52
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ pub fn Footer() -> impl IntoView {
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<div
|
<div
|
||||||
class="fixed lg:static bottom-0 left-0 w-full lg:w-auto shadow-inner lg:shadow-none"
|
class="transition-all fixed lg:static bottom-0 left-0 w-full lg:w-auto shadow-inner lg:shadow-none"
|
||||||
style="background-color: var(--colorNeutralBackground4);"
|
style="background-color: var(--colorNeutralBackground4);"
|
||||||
>
|
>
|
||||||
<div class="overflow-hidden">
|
<div class="overflow-hidden">
|
||||||
|
|
|
@ -34,7 +34,7 @@ pub fn Home() -> impl IntoView {
|
||||||
|
|
||||||
<div class="lg:container m-auto relative">
|
<div class="lg:container m-auto relative">
|
||||||
<div
|
<div
|
||||||
class="p-1 lg:p-5 lg:rounded-2xl lg:shadow-black lg:shadow-lg min-h-screen lg:min-h-0"
|
class="transition-all p-1 lg:p-5 lg:rounded-2xl lg:shadow-black lg:shadow-lg min-h-screen lg:min-h-0"
|
||||||
style="background-color: var(--colorNeutralBackground4);"
|
style="background-color: var(--colorNeutralBackground4);"
|
||||||
>
|
>
|
||||||
<Header />
|
<Header />
|
||||||
|
|
Loading…
Add table
Reference in a new issue