Skip to content

Commit

Permalink
style(header): update media query for widescreen layout
Browse files Browse the repository at this point in the history
  • Loading branch information
preschian committed Jan 9, 2025
1 parent 12806ab commit d361025
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/migrate/landing/header/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ const { source, sourceSelected, destination, destinationSelected }
}
}
@include widescreen() {
// Between 1216px and 1407px
@media screen and (min-width: 1216px) and (max-width: 1407px) {
flex-direction: row;
margin-top: 1rem;
}
Expand Down

0 comments on commit d361025

Please sign in to comment.