File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ pub fn Home() -> impl IntoView {
77 <div class="min-h-screen bg-gray-50 dark:bg-gray-900" >
88 <header class="bg-white dark:bg-gray-800 shadow-lg" >
99 <div class="max-w-7xl mx-auto" >
10- <div class="flex items-center justify-center" style="overflow: hidden; height: 450px ; margin-top: -40px;" >
10+ <div class="flex items-center justify-center" style="overflow: hidden; height: 420px ; margin-top: -40px;" >
1111 <img
1212 src="logo.svg"
1313 alt="Nightshade Logo"
14- style="width: 600px; height: auto; margin-top: -30px ;"
14+ style="width: 600px; height: auto; margin-top: -10px ;"
1515 />
1616 </div>
17- <div class="flex justify-center gap-4 mt-6 pb-8 px-6" >
17+ <div class="flex justify-center gap-4 mt-2 pb-8 px-6" >
1818 <a
1919 href="https://github.com/matthewjberger/nightshade"
2020 target="_blank"
You can’t perform that action at this time.
0 commit comments