newsitem: Fix slight css bug

master
Jonatan Nilsson 2019-10-03 15:51:31 +00:00
parent 14d5c6346a
commit c5c6814dac
1 changed files with 5 additions and 0 deletions

View File

@ -223,6 +223,11 @@ pages {
@media screen and (max-width: 1000px){
newsitem a.cover {
width: 300px;
img {
max-width: 300px;
width: auto;
}
}
}