chore: fix ui not centered when sidebar is closed
This commit is contained in:
parent
6f99a51159
commit
b5d195baea
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import "git.juancwu.dev/juancwu/budgit/internal/routeurl"
|
||||||
|
|
||||||
templ Spaces(spaces []blocks.SpaceCardInfo) {
|
templ Spaces(spaces []blocks.SpaceCardInfo) {
|
||||||
@layouts.App("Spaces") {
|
@layouts.App("Spaces") {
|
||||||
<div class="container px-6 py-8">
|
<div class="container px-6 py-8 mx-auto">
|
||||||
<div class="mb-8 w-full flex justify-between items-center">
|
<div class="mb-8 w-full flex justify-between items-center">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-3xl font-bold">Spaces</h1>
|
<h1 class="text-3xl font-bold">Spaces</h1>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue