Skip to content

Commit

Permalink
update responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
rushmi0 committed Jul 24, 2024
1 parent 5d13824 commit 5eca8c0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,10 @@ body {
}


@media screen and (max-width: 390px) {



@media screen and (max-width: 400px) {

.carousel .list .item .introduce .topic {
padding-right: 30%;
Expand All @@ -683,7 +686,7 @@ body {

.carousel .list .item .introduce .des {
font-size: 135%;
padding-right: 80%;
padding-right: 90%;
color: rgba(58, 55, 55, 0.6);
}

Expand Down

0 comments on commit 5eca8c0

Please sign in to comment.