mirror of
https://github.com/zadam/trilium.git
synced 2026-08-01 00:50:15 +02:00
chore(website): improve fit for full-height section
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user