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;
|
||||
text-align: center;
|
||||
img {
|
||||
&.big_stream_photo { display: block; }
|
||||
display: inline;
|
||||
&.big_stream_photo {
|
||||
display: block;
|
||||
max-width: 90%;
|
||||
}
|
||||
&.thumb_small {
|
||||
display: inline;
|
||||
max-width: 50px;
|
||||
max-height: 50px;
|
||||
}
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-bottom: 5px;
|
||||
max-width: 90%;
|
||||
}
|
||||
}
|
||||
.oembed {
|
||||
|
|
|
|||
Loading…
Reference in a new issue