fix youtube thumbnail overflow on mobile

This commit is contained in:
bopol 2021-01-04 10:51:26 +01:00
parent 3e5d5ffaa7
commit 7596b870e5
1 changed files with 3 additions and 0 deletions

View File

@ -1436,6 +1436,9 @@ code {
margin: 5px 2.5%;
width: 95%;
}
#post .video-holder a img {
width: 100%;
}
.info .submitted {
margin: auto auto 2.5% 2.5%;
}