Skip to content

Commit

Permalink
adding a little margin between reservations
Browse files Browse the repository at this point in the history
  • Loading branch information
alexm3133 committed Nov 15, 2023
1 parent d965300 commit 34d5e08
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/src/app/pages/reservations/reservations.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@
}

.refuge-image {
width: 150px;
height: 150px;
width: 110px;
height: 110px;
object-fit: cover;
border-radius: 50%;
margin-bottom: 20px;
margin-top: 20px;
}

.reservation-details {
font-size: 2.5em;
font-weight: bold;
}

@media (max-width: 768px) {
Expand Down

0 comments on commit 34d5e08

Please sign in to comment.