Skip to content

Commit

Permalink
added section back without title
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás committed Sep 26, 2023
1 parent f16bc7e commit d625684
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ const IndexPage = () => {
<div className='index-page'>
<main>
<HeroSection heroData={heroData} />
{/* <div className='advantages-section'>
<div className='container'>
<div className='advantages-section'>
{/* <div className='container'>
<h2 className='with-decor'>Advantages</h2>
</div>
</div> */}
<AdvantagesSection advantages={advantages} />
</div> */}
</div>
<div className='container'>
<section id='explore-celestia' className='explore-celestia'>
<div className='d-flex justify-content-center'>
Expand Down
4 changes: 2 additions & 2 deletions src/scss/pages/page-home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
}

.explore-celestia {
padding-top: 50px;
padding-top: 120px;
padding-bottom: 0px;
@include media-breakpoint-down(sm) {
padding-top: 40px;
padding-top: 100px;
}

.three-col-grid {
Expand Down

0 comments on commit d625684

Please sign in to comment.