mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-13 02:53:50 +00:00
style(*): set min-height on main content
This commit is contained in:
@@ -277,4 +277,8 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 20px; /* Adjust font size as needed */
|
font-size: 20px; /* Adjust font size as needed */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
min-height: calc(100dvh - 68px - 68px);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user