Fix size of images in the SPV
This commit is contained in:
parent
d40b09878a
commit
642946bd5b
1 changed files with 9 additions and 3 deletions
|
|
@ -68,12 +68,18 @@
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
img {
|
img {
|
||||||
&.big_stream_photo { display: block; }
|
&.big_stream_photo {
|
||||||
display: inline;
|
display: block;
|
||||||
|
max-width: 90%;
|
||||||
|
}
|
||||||
|
&.thumb_small {
|
||||||
|
display: inline;
|
||||||
|
max-width: 50px;
|
||||||
|
max-height: 50px;
|
||||||
|
}
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
max-width: 90%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.oembed {
|
.oembed {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue