Skip to content

Commit

Permalink
Change the border color on item-rockets class
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaRojasSoto committed Jul 25, 2023
1 parent b5d250d commit 30bc5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/Rockets.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.rocket-item {
display: flex;
gap: 2rem;
background-color: rgba(255, 255, 255, 0.1);
background-color: #ffffff1a;
padding-right: 1.2rem;
overflow: hidden;
}
Expand Down

0 comments on commit 30bc5c9

Please sign in to comment.