14 lines
244 B
SCSS
14 lines
244 B
SCSS
.sponsors {
|
|
.sponsor-img {
|
|
width: 100px;
|
|
margin: auto;
|
|
}
|
|
|
|
.sponsor-name {
|
|
text-align: center;
|
|
text-decoration: none;
|
|
color: $veryBlackColor;
|
|
font-size: 24px;
|
|
margin: 0;
|
|
}
|
|
} |