fix bottom empty space

This commit is contained in:
Steffen Müller
2024-04-02 18:09:59 +02:00
parent c7003cfa32
commit e7a294ef42
+1 -1
View File
@@ -95,7 +95,7 @@ div.center {
#wrapper
{
max-width: 1024px;
min-height: calc(100vh - 157px);
min-height: calc(100vh - 139px);
padding-right: 15px;
padding-left: 15px
}