Skip to content

Commit

Permalink
Fixed hero section and others of home page for mobile screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Utsavladia committed Aug 9, 2024
1 parent fee92b8 commit ed7209b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions counter.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
@media screen and (max-width: 480px) {
.wrapper {
gap: 15px;
width: 100vw;
}
.countitem {
width: 100%;
Expand Down
15 changes: 9 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,13 +274,16 @@
}


@media (max-width: 725px) {
.circle-container{
display: none;
}
}
@media (max-width: 725px) {
.circle-container{
display: none;
}
.header__image{
margin-right: 1rem;
}
}
/* testimonials */
.card1 {
.card1 {
width: 330px;
height: 450px;
transition: opacity 0.5s ease;
Expand Down

0 comments on commit ed7209b

Please sign in to comment.