Replaced repos tab with contribute tab

This commit is contained in:
MrFry 2020-04-06 21:30:51 +02:00
parent 86b01f443a
commit 72ea24c071
9 changed files with 122 additions and 10 deletions

View file

@ -0,0 +1,23 @@
.repoTable {
width: 100%;
}
.description {
font-size: 17px;
color: white;
text-align: center;
margin: 10px;
}
.repoTable thead td {
padding: 10px;
text-align: center;
font-size: 25px;
color: white;
}
.repoTable tbody td {
padding: 10px;
text-align: center;
font-size: 18px;
}