Add max width to Home view
authorAdam Dullage <redacted>
Thu, 2 May 2024 12:21:04 +0000 (13:21 +0100)
committerAdam Dullage <redacted>
Thu, 2 May 2024 12:21:04 +0000 (13:21 +0100)
client/views/Home.vue

index 0d3c85a1b62417cf3129306a0ebed755b2e6d44a..f038938d86f5c10024b50db1f194860806ad536a 100644 (file)
@@ -1,6 +1,6 @@
 <template>
-  <div class="h-full">
-    <div class="flex h-full flex-col items-center justify-center">
+  <div class="flex h-full items-center justify-center">
+    <div class="flex max-w-[500px] flex-1 flex-col items-center">
       <Logo class="mb-5" />
       <SearchInput class="mb-5 shadow-[0_0_20px] shadow-theme-shadow" />
       <div class="flex min-h-56 flex-col items-center">
git clone https://git.99rst.org/PROJECT