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 @@ ...@@ -37,6 +37,12 @@
} }
} }
&.section-full{
padding-top: 8rem;
padding-bottom: 8rem;
height: 100vh;
}
.stars-and-coded{ .stars-and-coded{
margin-top: 8rem; margin-top: 8rem;
} }
......
...@@ -63,7 +63,7 @@ export default () => { ...@@ -63,7 +63,7 @@ export default () => {
<> <>
<DemoNavbar /> <DemoNavbar />
<main> <main>
<section className="section section-shaped section-lg"> <section className="section section-shaped section-full">
<div className="shape shape-style-1 bg-gradient-default"> <div className="shape shape-style-1 bg-gradient-default">
<span /> <span />
<span /> <span />
...@@ -144,7 +144,7 @@ export default () => { ...@@ -144,7 +144,7 @@ export default () => {
</Container> </Container>
</section> </section>
</main> </main>
<SimpleFooter /> {/* <SimpleFooter /> */}
</> </>
); );
}; };
...@@ -68,7 +68,7 @@ export default () => { ...@@ -68,7 +68,7 @@ export default () => {
<> <>
<DemoNavbar /> <DemoNavbar />
<main> <main>
<section className="section section-shaped section-lg"> <section className="section section-shaped section-full">
<div className="shape shape-style-1 bg-gradient-default"> <div className="shape shape-style-1 bg-gradient-default">
<span /> <span />
<span /> <span />
...@@ -182,7 +182,7 @@ export default () => { ...@@ -182,7 +182,7 @@ export default () => {
</Container> </Container>
</section> </section>
</main> </main>
<SimpleFooter /> {/* <SimpleFooter /> */}
</> </>
); );
}; };
...@@ -26,7 +26,7 @@ import { ...@@ -26,7 +26,7 @@ import {
// core components // core components
// import DemoNavbar from "components/Navbars/DemoNavbar.js"; // 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"; // import MainBanner from "components/Generals/MainBanner";
...@@ -89,7 +89,7 @@ export default () => { ...@@ -89,7 +89,7 @@ export default () => {
<main> <main>
{/* <MainBanner /> */} {/* <MainBanner /> */}
<section className="section section-shaped section-xl"> <section className="section section-shaped section-full">
<div className="shape shape-style-1 bg-gradient-default"> <div className="shape shape-style-1 bg-gradient-default">
<span /> <span />
<span /> <span />
......
...@@ -78,7 +78,7 @@ export default () => { ...@@ -78,7 +78,7 @@ export default () => {
<> <>
<DemoNavbar /> <DemoNavbar />
<main> <main>
<section className="section section-shaped section-lg"> <section className="section section-shaped section-full">
<div className="shape shape-style-1 bg-gradient-default"> <div className="shape shape-style-1 bg-gradient-default">
<span /> <span />
<span /> <span />
......
...@@ -56,7 +56,7 @@ export default () => { ...@@ -56,7 +56,7 @@ export default () => {
<> <>
<DemoNavbar /> <DemoNavbar />
<main> <main>
<section className="section section-shaped section-lg"> <section className="section section-shaped section-full">
<div className="shape shape-style-1 bg-gradient-default"> <div className="shape shape-style-1 bg-gradient-default">
<span /> <span />
<span /> <span />
...@@ -130,7 +130,7 @@ export default () => { ...@@ -130,7 +130,7 @@ export default () => {
</Container> </Container>
</section> </section>
</main> </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