Skip to content

Commit

Permalink
update responsive.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSP8129 authored Dec 5, 2024
1 parent 0b553c6 commit 88ced2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@

/* class="video_indexsec2" */
@media (min-width: 1000px) {
.translations {
.index_sec2 {
width: 60%;
}
}

@media (max-width: 1000px) {
.translations {
.index_sec2 {
width: 80%;
margin-bottom: 50px;
}
}

@media (max-width: 670px) {
.translations {
.index_sec2 {
width: 90%;
}
}
Expand Down

0 comments on commit 88ced2a

Please sign in to comment.