Center table contents
This commit is contained in:
parent
5a7a9779ec
commit
d7ecacf265
1 changed files with 4 additions and 0 deletions
|
@ -85,3 +85,7 @@ footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
text-align: center;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue