Commit 0534ad7e authored by Trần Ngọc Nam Anh's avatar Trần Ngọc Nam Anh

Remove footer + change section to full

parent b04f6b72
......@@ -37,6 +37,12 @@
}
}
&.section-full{
padding-top: 8rem;
padding-bottom: 8rem;
height: 100vh;
}
.stars-and-coded{
margin-top: 8rem;
}
......
......@@ -63,7 +63,7 @@ export default () => {
<>
<DemoNavbar />
<main>
<section className="section section-shaped section-lg">
<section className="section section-shaped section-full">
<div className="shape shape-style-1 bg-gradient-default">
<span />
<span />
......@@ -144,7 +144,7 @@ export default () => {
</Container>
</section>
</main>
<SimpleFooter />
{/* <SimpleFooter /> */}
</>
);
};
......@@ -68,7 +68,7 @@ export default () => {
<>
<DemoNavbar />
<main>
<section className="section section-shaped section-lg">
<section className="section section-shaped section-full">
<div className="shape shape-style-1 bg-gradient-default">
<span />
<span />
......@@ -182,7 +182,7 @@ export default () => {
</Container>
</section>
</main>
<SimpleFooter />
{/* <SimpleFooter /> */}
</>
);
};
......@@ -26,7 +26,7 @@ import {
// core components
// import DemoNavbar from "components/Navbars/DemoNavbar.js";
// import SimpleFooter from "components/Footers/SimpleFooter.js";
import SimpleFooter from "components/Footers/SimpleFooter.js";
// import MainBanner from "components/Generals/MainBanner";
......@@ -89,7 +89,7 @@ export default () => {
<main>
{/* <MainBanner /> */}
<section className="section section-shaped section-xl">
<section className="section section-shaped section-full">
<div className="shape shape-style-1 bg-gradient-default">
<span />
<span />
......
......@@ -78,7 +78,7 @@ export default () => {
<>
<DemoNavbar />
<main>
<section className="section section-shaped section-lg">
<section className="section section-shaped section-full">
<div className="shape shape-style-1 bg-gradient-default">
<span />
<span />
......
......@@ -56,7 +56,7 @@ export default () => {
<>
<DemoNavbar />
<main>
<section className="section section-shaped section-lg">
<section className="section section-shaped section-full">
<div className="shape shape-style-1 bg-gradient-default">
<span />
<span />
......@@ -130,7 +130,7 @@ export default () => {
</Container>
</section>
</main>
<SimpleFooter />
{/* <SimpleFooter /> */}
</>
);
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment