Skip to content

Commit

Permalink
Fixed grid error (#883)
Browse files Browse the repository at this point in the history
bugfix: added margin auto to main grid
  • Loading branch information
bengtmagnus authored Dec 16, 2024
1 parent 5d0da2b commit 04d4ed7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ main {
justify-self: center;
margin-bottom: 20px;
position: relative;
margin-left: auto;
margin-right: auto;
}

main.main-grid {
Expand Down

0 comments on commit 04d4ed7

Please sign in to comment.