style(*): set min-height on main content

This commit is contained in:
OllyNicholass
2024-07-16 21:29:03 +01:00
parent a964f19fc4
commit 0990edab2e
+4
View File
@@ -277,4 +277,8 @@
align-items: center;
font-size: 20px; /* Adjust font size as needed */
}
main {
min-height: calc(100dvh - 68px - 68px);
}
</style>