Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
min-width
  • Loading branch information
leobardooscar committed Jun 20, 2024
1 parent 9ced535 commit 73a656b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ html
body {
border: 0px solid red;
width: 100% !important;
max-width: 100% !important;
min-width: auto !important;
/* */
max-width: auto !important;
/* */
min-width: 1280px !important; /* 1280 */

/* [TOP] [RIGHT] [BOTTOM] [LEFT] */
margin: 0px;
Expand Down

0 comments on commit 73a656b

Please sign in to comment.