Skip to content

Commit

Permalink
Merge pull request #25 from efeone/adam_star_004
Browse files Browse the repository at this point in the history
fix:Added a padding to the container
  • Loading branch information
Reshma396 authored Nov 6, 2024
2 parents 58d4468 + f38854d commit a82b244
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions acmv.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ <h2>Jet Fans</h2>
</div>
</div>

<div class="team">
<div class="container">
<div class="team" >
<div class="container" id="choose_us">
<div class="section-header text-center wow fadeInUp">
<h2>QCDD Inspection Support by Approved Smoke Control Engineer</h2><br>
<p>Our certified engineers attend QCDD inspections to provide expert oversight and ensure full compliance.</p>
Expand All @@ -342,7 +342,7 @@ <h2></h2>
</p>
</div>
</div>
</div>
</div><br>

<!-- Brand Start -->
<div class="container">
Expand Down
10 changes: 10 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,16 @@ a:focus {
transition: .3s .3s;
}

@media(max-width: 400px) {
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
padding-bottom: 100px;
}
}

/*******************************/
/*********** FAQs CSS **********/
Expand Down

0 comments on commit a82b244

Please sign in to comment.