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;
|
padding:5px 0px 5px 0px;
|
||||||
}
|
}
|
||||||
.gallery .gallery-item {
|
.gallery .gallery-item {
|
||||||
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
.gallery .gallery-item:not(:first-of-type) {
|
.gallery .gallery-item:not(:first-of-type) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.gallery img {
|
.gallery img {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
.gallery .gallery-caption {
|
.gallery .gallery-caption {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
|
Loading…
Reference in New Issue