mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 21:30:53 +08:00
style(website): full-height for desktop download section
This commit is contained in:
parent
866ccc1696
commit
aa562e9c26
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export default function DownloadPage() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Section title="Download the desktop application">
|
<Section title="Download the desktop application" className="fill">
|
||||||
<div className="architecture-switch">
|
<div className="architecture-switch">
|
||||||
<span>Architecture:</span>
|
<span>Architecture:</span>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue