Skip to content

Commit

Permalink
fix css for action row on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
michellewong793 committed Aug 16, 2024
1 parent 4b15cca commit 8d9c288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/pages/Homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ a:nth-child(3) {
margin-top: 10rem;
}

.actionRow li:nth-child(2),
li:nth-child(3) {
.actionRow a:nth-child(2),
a:nth-child(3) {
margin-top: 0;
}

Expand Down

0 comments on commit 8d9c288

Please sign in to comment.