vagrant/website/source/assets/stylesheets/_sponsors.scss

18 lines
201 B
SCSS

.page-sponsors {
.sponsors {
ul {
list-style: none;
li {
text-align: center;
a {
img {
height: 80px;
}
}
}
}
}
}