fix margin
This commit is contained in:
@@ -40,7 +40,7 @@ pub fn Wall() -> impl leptos::IntoView {
|
||||
<div class="min-w-screen min-h-screen bg-slate-900">
|
||||
<StyledHeader items=header_items />
|
||||
|
||||
<div class="mx-auto m-2">
|
||||
<div class="m-2">
|
||||
<Await future=load let:data>
|
||||
<Ready data=data.deref().to_owned() />
|
||||
</Await>
|
||||
|
||||
Reference in New Issue
Block a user