Skip to content

Commit

Permalink
fixed query page CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyagothi committed Jun 19, 2024
1 parent 050325a commit f2bf8b7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,32 @@ body {

#myBtn {
cursor: pointer;
}


@media (max-width: 768px) {
.about {
flex-direction: column;
align-items: center;
}

.hero2_img {
width: 300px;
height: 300px;
margin-left: 0;
}

.about-txt {
margin-left: 0;
margin-top: 20px;
}

.contact-container{
flex-direction: column;
}
.contact-section .contact-container {
width: 258%;
}


}
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
</p>
</div>
<div class="contact-container row">
<div class="col-6 left ">
<div class="col-6 left">
<img src="img/food.jpg" alt="">
</div>
<div class="col-6 right">
Expand Down

0 comments on commit f2bf8b7

Please sign in to comment.