Merge pull request #27 from jcreek/content-height

style(*): set min-height on main content
This commit is contained in:
Josh Creek
2024-07-23 19:14:18 +01:00
committed by GitHub
+4
View File
@@ -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>