margin: 0;
padding: 2px;
list-style: none;
- min-height: 200px;
+ min-height: 400px;
}
.sponsors-sponsor {
- margin: 0 30px 2px 0;
- width: 150px;
- height: 75px;
+ margin: 0 40px 2px 0;
+ width: 120px;
+ height: 120px;
border: 1px solid #CCC;
background-color: #EEE;
cursor: default;
}
+
+.sponsors-sponsor img {
+ max-width: 120px;
+ max-height: 120px;
+}