Skip to content

Commit df17aa1

Browse files
committed
update help center
1 parent 67d45af commit df17aa1

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

help-center.css

+11-4
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,7 @@ input[type="submit"]:hover {
269269
/* Style the container/contact section */
270270
.contact-us {
271271
border-radius: 5px;
272-
padding: 2% 8%;
273272
justify-content: center;
274-
min-height: 100%;
275-
width: 100vw;
276273
opacity: 0.95;
277274
}
278275

@@ -348,7 +345,6 @@ form input {
348345
footer {
349346
background-color: #fff;
350347
color: black;
351-
padding: 30px 0;
352348
}
353349

354350
.footer-container {
@@ -434,6 +430,17 @@ footer {
434430
margin-right: 0;
435431
}
436432
}
433+
@media (max-width: 600px){
434+
.faqs {
435+
/* min-height: 100%;
436+
width: 100vw; */
437+
margin-bottom: 0;
438+
padding-bottom: 0;
439+
padding-left: 0;
440+
padding-right: 0;
441+
padding: 0 1rem;
442+
}
443+
}
437444

438445
/*----------------------final footer styling---------------------*/
439446

help-center.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <h1 class="text-center" style="font-size: 40px; font-weight: bold">
200200
</div>
201201
</div>
202202

203-
<div class="container-fluid faqs" id="faqs">
203+
<div class="container-fluid faqs py-4" id="faqs">
204204
<button
205205
class="accordion rounded-top-2 d-flex justify-content-between align-items-center"
206206
>
@@ -415,10 +415,10 @@ <h1 class="contact-title">Contact Us</h1>
415415
</div>
416416
</section>
417417

418-
<div class="container-fluid my-5 contact-us" id="contact-us">
418+
<div class="container-fluid container-md my-5 py-5 contact-us position-relative" id="contact-us">
419419
<hr />
420-
<div class="row">
421-
<div class="column">
420+
<div class="row w-100 d-flex flex-column flex-md-row">
421+
<div class="col position-relative">
422422
<p class="contact-tag">
423423
You may also visit us at Centro 1, Cabatuan, Isabela 3315
424424
Philippines
@@ -455,7 +455,7 @@ <h1 class="contact-title">Contact Us</h1>
455455
</div>
456456
</div>
457457

458-
<div class="column">
458+
<div class="col position-relative">
459459
<p class="contact-tag">
460460
If you have further queries, please leave us a message.
461461
</p>
@@ -511,7 +511,7 @@ <h1 class="contact-title">Contact Us</h1>
511511

512512
<!-------------------------footer section area-------------------->
513513

514-
<footer class="py-5 bg-light">
514+
<footer class="pt-5 bg-light">
515515
<div class="footer-container px-3">
516516
<div class="quick-links">
517517
<h5 class="" style="font-weight: 500">Quick Links</h5>

0 commit comments

Comments
 (0)