fixing width of poster section of topic-list
This commit is contained in:
parent
190f075fae
commit
adde163447
|
@ -364,6 +364,8 @@
|
|||
}
|
||||
.posters {
|
||||
float: left;
|
||||
display: block;
|
||||
width: 165px;
|
||||
}
|
||||
> footer {
|
||||
border: 1px solid $primary_border_color;
|
||||
|
|
Loading…
Reference in New Issue