fix video title width on mobile
This commit is contained in:
parent
7596b870e5
commit
c44551580f
|
@ -1436,6 +1436,9 @@ code {
|
|||
margin: 5px 2.5%;
|
||||
width: 95%;
|
||||
}
|
||||
#post .video .title {
|
||||
width: 100%;
|
||||
}
|
||||
#post .video-holder a img {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue