Skip to content

Commit

Permalink
fix: images
Browse files Browse the repository at this point in the history
  • Loading branch information
johanpq committed Dec 5, 2023
1 parent b44edd1 commit 97f6ee3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions assets/css/mediasqueries/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
}

header > div img {
height: 454px;
width: 100%;
top: -214px;
left: 489px;
height: 400px;
width: 66%;
top: -200px;
left: 300px;
border-radius: 30%;
}

Expand Down Expand Up @@ -167,7 +167,8 @@

.image-about {
width: 50%;
margin: 20px 0px 20px -20px;
/* margin: 20px 0px 20px -20px; */
margin: 20px 0px 20px 0px;
}

.reservation-container {
Expand Down

0 comments on commit 97f6ee3

Please sign in to comment.