resized images into gallery and gallery-items
This commit is contained in:
parent
a338414fd5
commit
f486fbec35
|
@ -1156,12 +1156,15 @@ form#commentform p.form-submit input#submit {
|
|||
padding:5px 0px 5px 0px;
|
||||
}
|
||||
.gallery .gallery-item {
|
||||
width: 100% !important;
|
||||
}
|
||||
.gallery .gallery-item:not(:first-of-type) {
|
||||
display: none;
|
||||
}
|
||||
.gallery img {
|
||||
border: none !important;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.gallery .gallery-caption {
|
||||
margin-left: 0;
|
||||
|
|
Loading…
Reference in New Issue