Skip to content

Commit

Permalink
Update the media queries to include rocket items styles
Browse files Browse the repository at this point in the history
  • Loading branch information
NitBravoA92 committed Jul 25, 2023
1 parent 1d797ef commit fb2148e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/assets/styles/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@
.missions-table {
overflow: hidden;
}

.rocket-item {
display: flex;
flex-direction: row;
}

.rocket-image {
width: 350px;
}
}

@media (min-width: 992px) {
Expand Down

0 comments on commit fb2148e

Please sign in to comment.