Update merlin.css

This commit is contained in:
Gauvain Boiché
2020-04-01 18:28:12 +02:00
parent 39ba811ce0
commit ba73c39470

View File

@@ -236,11 +236,11 @@ margins out so that the grid items 'appear' to be flush with the container and c
} }
.forumlist_grid .tile_row_1 { .forumlist_grid .tile_row_1 {
background-size: 64px; background-size: 100%;
background-image: url('./images/comment.png'); background-image: url('./images/comment.png');
background-position: left top; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
height: 100px; height: 170px;
overflow: hidden; overflow: hidden;
} }