Skip to content

Commit

Permalink
Allow the main container to expand up to 1080p
Browse files Browse the repository at this point in the history
This small change benefits and effects only desktops, but allows
a little more breathing room for 1080p screens and above.
  • Loading branch information
thatbudakguy committed Sep 12, 2024
1 parent ce3411a commit ea5ec37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/earthworks.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/* Selects both #main-content and navbar containers */
#main-container, .navbar-search > *, header .container, #feedback .container, #pre-footer .container, #su-footer .container {
max-width: 1600px;
max-width: 1920px;

@media (min-width: 575.98px) {
padding-inline: 60px;
Expand Down

0 comments on commit ea5ec37

Please sign in to comment.