Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit b58d0f6

Browse files
committed
style(website): slight adjustments to sizes
1 parent 56dc1b7 commit b58d0f6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/website/src/routes/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="flex flex-col md:flex-row items-center md:justify-between gap-12">
1515

1616
<!-- Left: Text Content -->
17-
<div class="md:w-1/2">
17+
<div class="md:w-1/3">
1818
<h2 class="text-4xl font-bold mb-4 text-gray-900">Organize Your Thoughts.<br/> Build Your Knowledge.</h2>
1919
<p class="text-lg mb-6 text-gray-700">
2020
Trilium Notes helps you build and organize complex personal knowledge bases effortlessly.
@@ -29,7 +29,7 @@
2929
</div>
3030

3131
<!-- Right: Screenshot -->
32-
<div class="md:w-1/2">
32+
<div class="md:w-2/3">
3333
<img src="screenshots/desktop-win.png" alt="Screenshot of the app on desktop Windows" class="w-full rounded-xl shadow-lg">
3434
</div>
3535
</div>

apps/website/src/routes/header.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
44
</script>
55
<header class="header bg-white sticky top-0 z-50 shadow">
6-
<div class="container mx-auto flex items-center py-5">
6+
<div class="container mx-auto flex items-center py-4">
77
<a href="/" class="flex items-center gap-x-2 w-100">
8-
<img src="icon-color.svg" alt="Trilium Notes Logo" class="w-10 h-10">
9-
<span class="text-xl">Trilium Notes</span>
8+
<img src="icon-color.svg" alt="Trilium Notes Logo" class="w-12 h-12">
9+
<span class="text-2xl">Trilium Notes</span>
1010
</a>
1111

1212
<div class="group w-full">

0 commit comments

Comments
 (0)