vagrant/website/www/source/stylesheets/modules.less

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;
}
}
}
}