mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
chore(website): small adjustments to layout
This commit is contained in:
parent
8bcae8cdb8
commit
8a477c87e0
@ -172,7 +172,6 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<p> </p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@ -204,7 +203,7 @@
|
||||
<p>Depending on usage, the application should be able to handle at least 100.000 notes without an issue. Do note that the sync process can sometimes fail if uploading many large files (> 1 GB per file) since Trilium is meant more as a knowledge base application rather than a file store (like NextCloud, for example).</p>
|
||||
</details>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<div class="content-wrapper">
|
||||
|
@ -59,17 +59,19 @@ header nav {
|
||||
/* #endregion */
|
||||
|
||||
.content-wrapper {
|
||||
max-width: 920px;
|
||||
max-width: 1200px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
section {
|
||||
padding: 2em 0;
|
||||
padding: 3em 0;
|
||||
}
|
||||
|
||||
section h2 {
|
||||
text-align: center;
|
||||
font-weight: 100;
|
||||
margin-top: 0;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
section.hero-section {
|
||||
|
Loading…
x
Reference in New Issue
Block a user