Updates styles.

This commit is contained in:
Nilesh Deepak 2017-07-12 13:52:21 +05:30
parent 7a724f9134
commit d37b398e79

View File

@ -277,14 +277,11 @@ $btt-size: 40px;
.gallery-item { .gallery-item {
width: 22%; margin-bottom: 32px;
padding: 5px;
float: left;
height: 330px; height: 330px;
margin: 2% 1% 2% 1%;
overflow: hidden; overflow: hidden;
border: 1px solid #9e9e9e; border: 1px solid #9e9e9e;
h3 { h4 {
font-size: 1.2em; font-size: 1.2em;
text-align: center; text-align: center;
} }
@ -293,12 +290,15 @@ $btt-size: 40px;
text-align: center; text-align: center;
padding: 0px 12px; padding: 0px 12px;
} }
img {
height: 192px;
width: 120px;
margin-top: 5%;
}
&.collapse { &.collapse {
height: 130px; height: 130px;
} }
}
.gallery-image {
margin-top: 5%;
text-align: center;
img {
border-radius: 3px;
}
} }