1 changed files with
5 additions and
2 deletions
|
|
@ -12,7 +12,6 @@ body{
|
|
|
|
|
|
|
|
|
|
|
|
.page_title{
|
|
|
|
.page_title{
|
|
|
|
font-size:50px;
|
|
|
|
font-size:50px;
|
|
|
|
color: red;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -41,7 +40,11 @@ body{
|
|
|
|
|
|
|
|
|
|
|
|
.contributors{
|
|
|
|
.contributors{
|
|
|
|
margin:40px;
|
|
|
|
margin:40px;
|
|
|
|
color:blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.contributors_names{
|
|
|
|
|
|
|
|
color:blue;
|
|
|
|
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|