fix video title width on mobile

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

View File

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