Skip to content

Commit

Permalink
Updated styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanamir05 authored Aug 17, 2023
1 parent d0f3f64 commit 7aa30dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ body {
color: #f6c90e;
}

@media screen and (max-width:800px) {
@media screen and (max-width:786px) {
.main-section {
height: 150vh;
}
Expand All @@ -587,10 +587,10 @@ body {
margin: 10px 30px;
}
.seasons-section {
height: 160vh;
height: 150vh;
}
.tv-series-section {
height: 160vh;
height: 150vh;
}
.seasons-section .col-lg-6 {
padding: 30px 30px 10px 30px;
Expand Down

0 comments on commit 7aa30dd

Please sign in to comment.