.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;
}
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;
+ }
}
\ No newline at end of file