max-width for images
This commit is contained in:
parent
1fe78d18a1
commit
3faf2c2493
1 changed files with 5 additions and 1 deletions
|
@ -136,9 +136,13 @@ video, .poster {
|
||||||
border: 1px solid blueviolet;
|
border: 1px solid blueviolet;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
.annotation img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
@media(max-width:768px) {
|
@media(max-width:768px) {
|
||||||
.annotation a img {
|
.annotation img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue