fix bottom empty space

This commit is contained in:
Steffen Müller 2024-04-02 18:09:59 +02:00
parent c7003cfa32
commit e7a294ef42
No known key found for this signature in database
GPG Key ID: 4BDF257D564FDEC0

View File

@ -95,7 +95,7 @@ div.center {
#wrapper #wrapper
{ {
max-width: 1024px; max-width: 1024px;
min-height: calc(100vh - 157px); min-height: calc(100vh - 139px);
padding-right: 15px; padding-right: 15px;
padding-left: 15px padding-left: 15px
} }