Skip to content

Commit 5417122

Browse files
fix: center logo.svg content and optimize spacing on homepage
1 parent 895651a commit 5417122

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

crates/nightshade/images/logo.svg

Lines changed: 16 additions & 16 deletions
Loading

site/src/pages/home.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)