Skip to content

Commit

Permalink
[#227] Fix container max-width size
Browse files Browse the repository at this point in the history
  • Loading branch information
palagdan authored and blcham committed Nov 26, 2024
1 parent 4e5890c commit 2c69a3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/record-manager.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ body {
background-color: #f5f5f5;
}

@media (min-width: 1400px) {
.container {
max-width: 1140px;
}
}

.main-view-wrapper {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 2c69a3a

Please sign in to comment.