14 lines
132 B
CSS
14 lines
132 B
CSS
.about {
|
|
margin: 3em auto;
|
|
width: 50%;
|
|
}
|
|
.about p {
|
|
margin: 2em;
|
|
}
|
|
.about a {
|
|
color: #fff;
|
|
}
|
|
.sponsor {
|
|
color: #ffa319;
|
|
}
|