18 lines
201 B
SCSS
18 lines
201 B
SCSS
.page-sponsors {
|
|
.sponsors {
|
|
ul {
|
|
list-style: none;
|
|
|
|
li {
|
|
text-align: center;
|
|
|
|
a {
|
|
img {
|
|
height: 80px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|