Skip to content

Commit

Permalink
fixed width issue
Browse files Browse the repository at this point in the history
  • Loading branch information
redet-G committed Oct 22, 2022
1 parent 1a2edc8 commit e9708d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ header {
flex-direction: column;
justify-content: center;
text-align: left;
max-width: max(50%,500px);
max-width: min(100%,max(50%,500px));
}

.release{
Expand Down

0 comments on commit e9708d0

Please sign in to comment.