handle reposnsive height
This commit is contained in:
parent
9526cb0e5e
commit
dacd72f945
BIN
public/img/hero/bg-012.png
Normal file
BIN
public/img/hero/bg-012.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 614 KiB |
Binary file not shown.
Before Width: | Height: | Size: 614 KiB After Width: | Height: | Size: 364 KiB |
@ -142,6 +142,7 @@ body {
|
|||||||
|
|
||||||
.section-py {
|
.section-py {
|
||||||
padding: 6.25rem 0;
|
padding: 6.25rem 0;
|
||||||
|
min-height: 100vh !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
|
@ -288,7 +288,7 @@ const LandingPage = () => {
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
{/* <!-- Pricing Section (Bootstrap 5) --> */}
|
{/* <!-- Pricing Section (Bootstrap 5) --> */}
|
||||||
<section id="pricing" className="bg-light section-py vh-100">
|
<section id="pricing" className="bg-light section-py vh-auto">
|
||||||
<div className="container text-center">
|
<div className="container text-center">
|
||||||
<h3 className="mb-5">Simple & Transparent Pricing</h3>
|
<h3 className="mb-5">Simple & Transparent Pricing</h3>
|
||||||
<h5>Tailored pricing plans designed for you.</h5>
|
<h5>Tailored pricing plans designed for you.</h5>
|
||||||
@ -358,7 +358,7 @@ const LandingPage = () => {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{/* <!-- About --> */}
|
{/* <!-- About --> */}
|
||||||
<section id="about" className="section-py vh-100">
|
<section id="about" className="section-py vh-auto">
|
||||||
<div className="container text-start" style={{ maxWidth: "75%" }}>
|
<div className="container text-start" style={{ maxWidth: "75%" }}>
|
||||||
<h2 className="fw-bold mb-4 text-center">
|
<h2 className="fw-bold mb-4 text-center">
|
||||||
About{" "}
|
About{" "}
|
||||||
@ -478,7 +478,7 @@ const LandingPage = () => {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="faq" className="bg-light section-py vh-100">
|
<section id="faq" className="bg-light section-py vh-auto">
|
||||||
<div className="container text-center">
|
<div className="container text-center">
|
||||||
<h3>
|
<h3>
|
||||||
Frequently AskedQuestions <br />
|
Frequently AskedQuestions <br />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user