Skip to content

Commit

Permalink
Merge pull request anuragverma108#1054 from anuragverma108/revert-105…
Browse files Browse the repository at this point in the history
…0-stiffpixels-feature-ResponsiveHeroSection

Revert "Stiffpixels feature responsive hero section"
  • Loading branch information
anuragverma108 authored May 30, 2024
2 parents 1ec8b92 + 8c97156 commit 680dd77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
12 changes: 4 additions & 8 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ background-size: cover;

.section-text {
font-size: var(--fs-7);
padding-left: 30px;
padding-right: 30px;
}

.w-100 {
Expand Down Expand Up @@ -734,8 +736,9 @@ background-size: cover;

.hero .hero-title {
margin-block: 10px 25px;
font-size: clamp(4rem, 3vw, 5rem);
font-size: 5rem;
text-align: center

}


Expand Down Expand Up @@ -1415,13 +1418,6 @@ textarea.input-field {
.circle-container{
display:none;
}
.hero-content{
width: 95%;
}
.hero-banner{
width: 95%;
order: -1;
}
}

@media only screen and (max-width: 600px) {
Expand Down
11 changes: 4 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,13 +312,10 @@ <h1 class="h1 hero-title">SwapReads.com - Where Books Find New Adventures!</h1>
favorite reads, and embark on literary journeys by swapping books with fellow passionate readers. Discover
a world where books find new adventures and readers connect through the joy of sharing stories.
</p>
<div class="container">
<button class="play-btn" aria-label="play video" onclick="window.location.href='#'">
<ion-icon name="play-outline" aria-hidden="true"></ion-icon>
<h2>Play Now</h2>
</button>
</div>

<button class="play-btn" aria-label="play video" onclick="window.location.href='#'">
<ion-icon name="play-outline" aria-hidden="true"></ion-icon>
<h2>Play Now</h2>
</button>

</div>

Expand Down

0 comments on commit 680dd77

Please sign in to comment.