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

17 lines
211 B
Plaintext
Raw Normal View History

2013-09-03 20:48:55 +00:00
.Modules {
&.sponsors {
margin-top: 50px;
ul {
list-style-type: none;
li {
float: left;
text-align: center;
width: 50%;
height: 250px;
}
}
}
}