Skip to content

Commit

Permalink
ajustas css tv ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagolamonte committed Apr 29, 2024
1 parent 6fdb5f8 commit 35b67a6
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
}
.ayg-thumbnail-title{
font-weight: 500;
font-size: 10px;
@media(max-width: 767px){
font-size: 10px;
}
}
}
}
Expand All @@ -78,6 +80,9 @@

img {
border-radius: 8px;
@media(max-width: 992px){
margin-top: 32px;
}
}
}
}
Expand Down

0 comments on commit 35b67a6

Please sign in to comment.