newsitem: Fix slight css bug
This commit is contained in:
parent
14d5c6346a
commit
c5c6814dac
1 changed files with 5 additions and 0 deletions
|
@ -223,6 +223,11 @@ pages {
|
||||||
@media screen and (max-width: 1000px){
|
@media screen and (max-width: 1000px){
|
||||||
newsitem a.cover {
|
newsitem a.cover {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 300px;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue