Skip to content

Commit

Permalink
fix(components): align media queries to prevent footer problem on TL
Browse files Browse the repository at this point in the history
Ticket: issue/Tasks-208
Reviewed-by: @MIGUELez11
Refs: #161
  • Loading branch information
fermarinsanchez authored May 24, 2024
1 parent 03f4ef3 commit 1038af1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const VerticalStepperContainerStyles = createStyles((theme) => {
},
content: {
width: 928,
'@media (min-width: 1920px)': {
'@media (min-width: 1720px)': {
width: 1400,
},
},
Expand Down

0 comments on commit 1038af1

Please sign in to comment.