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