Skip to content

Commit

Permalink
Centered last card in where we plant page
Browse files Browse the repository at this point in the history
  • Loading branch information
pra9patil committed Oct 27, 2023
1 parent 799a323 commit d265e21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,12 @@ nav .nav_buttons {
display: flex;
}

.country_images:nth-child(2n-1):last-child{
grid-column: span 1;
width: 100%;
margin-left: 550px;
}

.locations .country_images:hover {
transform: scale(1.05);
}
Expand Down

0 comments on commit d265e21

Please sign in to comment.