Skip to content

Commit

Permalink
pagina de videos css mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagolamonte committed May 17, 2024
1 parent 7147030 commit e10d73e
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions themes/midia-ninja-theme/assets/scss/6-pages/_p-page-videos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -189,22 +189,44 @@
}
@media(max-width: 767px){
height: 265px;
margin-left: 0;
margin-left: -10px;
}
}
.slick-slide, .videos, .post-thumbnail, img{
width: 170px;
height: 302px;
border-radius: 12px;
@media(max-width: 1052px){
@media(max-width: 1292px){
width: 140px;
height: 272px;
}
@media(max-width: 876px){

@media(max-width: 1094px){
width: 122px;
height: 225px;
}

@media(max-width: 964px){
width: 102px;
height: 225px;
}

@media(max-width: 822px){
width: 92px;
height: 225px;
}

@media(max-width: 782px){
width: 325px;
height: 245px;
margin-left: auto;
margin-right: auto;
border-radius: 8px;
}

@media(max-width: 359px){
width: 305px;
height: 245px;
}
}
.post-thumbnail{
Expand Down

0 comments on commit e10d73e

Please sign in to comment.