Skip to content

Commit

Permalink
Fixed CSS of website in mobile page view
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyagothi committed Jun 16, 2024
1 parent fb8bdb2 commit 1720415
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3492,3 +3492,43 @@ body.dark-mode .h3 {
}
} */

@media (max-width: 768px) {
.icons {
display: flex;
justify-content: center;
align-items: center;
margin-top: 1rem;
}
.icons .icon {
margin: 0 0.5rem;
}
#benefits {
padding: 1rem;
padding-top: 1311px
}
#genre{
padding-top: 1100px;
}
#chapters{
padding-top: 3500px;
}
#preview{
padding-top: 2000px;
}
#contact{
padding-top: 2500px;
padding-bottom: 500px;
}
.hero .container{
flex-wrap: nowrap;
}
#home{
padding-top: 600px;
padding-bottom: 300px;
}
.header .container{
padding: 0;
height: 60px;
}
}

0 comments on commit 1720415

Please sign in to comment.