Fix newswire icon widths

alt-html-css
Admin 2021-03-24 13:20:00 +00:00
parent 310888f447
commit 6a193f1835
1 changed files with 3 additions and 0 deletions

View File

@ -113,6 +113,9 @@ div.container img {
.newswireItem a {
display: block;
}
.newswireItem img {
width: 20px;
}
.newswireDate {
display: block;
float: none;