git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
6f71ff4
)
Add max width to Home view
author
Adam Dullage
<redacted>
Thu, 2 May 2024 12:21:04 +0000
(13:21 +0100)
committer
Adam Dullage
<redacted>
Thu, 2 May 2024 12:21:04 +0000
(13:21 +0100)
client/views/Home.vue
patch
|
blob
|
history
diff --git
a/client/views/Home.vue
b/client/views/Home.vue
index 0d3c85a1b62417cf3129306a0ebed755b2e6d44a..f038938d86f5c10024b50db1f194860806ad536a 100644
(file)
--- a/
client/views/Home.vue
+++ b/
client/views/Home.vue
@@
-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