mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Replaced repos tab with contribute tab
This commit is contained in:
parent
86b01f443a
commit
72ea24c071
9 changed files with 122 additions and 10 deletions
23
src/pages/contribute.module.css
Normal file
23
src/pages/contribute.module.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue