chore(website): improve fit for full-height section

This commit is contained in:
Elian Doran 2026-02-07 12:20:24 +02:00
parent cc9487bae8
commit 717d0a75f4
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -42,7 +42,7 @@ body {
}
main {
min-height: calc(100vh - 80px - 90px);
min-height: calc(100vh - 80px - 136px);
display: flex;
flex-direction: column;
}