Skip to content

Commit

Permalink
Merge pull request #167 from vshn/max-width
Browse files Browse the repository at this point in the history
Limit the max width for very wide screens
  • Loading branch information
ccremer authored Jan 11, 2023
2 parents d38c2b8 + 0b8e059 commit 087e8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<style>
@media (min-width: 2000px) {
.container{
max-width: 2000px;
max-width: 1320px;
}
}
</style>
Expand Down

0 comments on commit 087e8cb

Please sign in to comment.