mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added missign files
This commit is contained in:
parent
bd574acf65
commit
dcb36beda9
4 changed files with 218 additions and 0 deletions
22
src/pages/repos.module.css
Normal file
22
src/pages/repos.module.css
Normal file
|
@ -0,0 +1,22 @@
|
|||
.repoTable {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.description {
|
||||
font-size: 17px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.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