mirror of
https://github.com/zadam/trilium.git
synced 2026-02-11 00:04:27 +01:00
chore(website): improve fit for full-height section
This commit is contained in:
parent
cc9487bae8
commit
717d0a75f4
@ -24,7 +24,7 @@ export default function Resources() {
|
||||
usePageTitle(t("resources.title"));
|
||||
|
||||
return (
|
||||
<Section className="icon-packs">
|
||||
<Section className="icon-packs fill">
|
||||
<h2>{t("resources.icon_packs")}</h2>
|
||||
|
||||
<p>
|
||||
|
||||
@ -42,7 +42,7 @@ body {
|
||||
}
|
||||
|
||||
main {
|
||||
min-height: calc(100vh - 80px - 90px);
|
||||
min-height: calc(100vh - 80px - 136px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user