This repository was archived by the owner on Jun 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
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 >
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments