Skip to content

Commit

Permalink
fix: min width
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Turmoil committed Jul 26, 2024
1 parent b33267d commit 6a1d031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body {

.border {
width: 100%;
min-width: 500px;
min-width: 600px;
min-height: 100%;
overflow-x: hidden;
background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
Expand Down

0 comments on commit 6a1d031

Please sign in to comment.