espanso/_sass/_sponsors.scss
2020-03-20 21:16:38 +01:00

20 lines
319 B
SCSS

.sponsors {
text-align: center;
.heading {
text-align: center;
}
.sponsor-img {
width: 100px;
margin: auto;
}
.sponsor-name {
text-align: center;
text-decoration: none;
color: $veryBlackColor;
font-size: 24px;
margin: 0;
}
}