There was an error while loading. Please reload this page.
1 parent 1bb2da8 commit 7171864Copy full SHA for 7171864
1 file changed
via-ui/src/components/TopBar.vue
@@ -27,7 +27,7 @@ async function start() {
27
</dialog>
28
29
<div
30
- class="flex flex-col lg:flex-row items-center lg:justify-between w-full bg-base-100 p-4 lg:p-6 border-b border-b-base-200 gap-4 lg:gap-0 max-w-[1400px] mx-auto"
+ class="flex flex-col lg:flex-row items-center lg:justify-between w-full bg-base-100 p-4 lg:p-6 border-b border-b-base-200 gap-4 lg:gap-0 mx-auto"
31
>
32
<div class="flex items-center gap-4 w-full lg:w-auto justify-center lg:justify-start">
33
<img src="/logo.svg" alt="Game Logo" class="h-12 lg:h-16 w-auto object-contain" />
0 commit comments