Skip to content

Commit

Permalink
Update Booking widget height (#58)
Browse files Browse the repository at this point in the history
* Update Booking.vue

* Update Booking.vue
  • Loading branch information
oliveiraigorm authored Aug 18, 2022
1 parent a576d1a commit 709ce6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Booking.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default {
iframe {
box-shadow: 4px 4px 10px rgba(145, 149, 234, 0.3);
border-radius: 10px;
width: 387px;
height: 655px;
width: 389px;
height: 680px;
}
</style>

0 comments on commit 709ce6e

Please sign in to comment.