Skip to content

Commit

Permalink
fix bottom empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen-MLR committed Apr 2, 2024
1 parent c7003cf commit e7a294e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit e7a294e

Please sign in to comment.