2013-09-16 16:08:18 -07:00

17 lines
211 B
Plaintext

.Modules {
&.sponsors {
margin-top: 50px;
ul {
list-style-type: none;
li {
float: left;
text-align: center;
width: 50%;
height: 250px;
}
}
}
}