Skip to content

Commit

Permalink
Merge pull request #1292 from vishanurag/Anurag-Branch
Browse files Browse the repository at this point in the history
fix: Made the home page responsive for mobile-view
  • Loading branch information
apu52 authored Aug 2, 2024
2 parents d421ee2 + 1665524 commit 72f9e1f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions explore.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
flex-direction: column;
align-items: center;
justify-content: center;
width: 100vw;
}
.section__title {
margin: 10px;
Expand Down
10 changes: 10 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2355,6 +2355,16 @@ body {
.newNav img{
position: relative;
}
.header__image img:nth-child(1) {
transform: translate(0, 0%) !important;
}
.section__subtitle {
max-width: 100vw !important;
margin-left: 0 !important;
}
.testimonials {
padding: 0px 10px;
}
}

/* Move View from Hamburger to newNav */
Expand Down

0 comments on commit 72f9e1f

Please sign in to comment.