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