Prevent thumbnail from increasing width (useful on mobile)
This commit is contained in:
+5
-1
@@ -119,7 +119,11 @@ body {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.rel more {
|
.rel more {
|
||||||
font-size: 10px;
|
font-size
|
||||||
|
: 10px;
|
||||||
|
}
|
||||||
|
.rel_img { /* prevent thumbnail from increasing width (useful on mobile) */
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
#sbox {
|
#sbox {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user