mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
Fix table CSS.
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
068affaa7c
commit
acda751f4c
1 changed files with 5 additions and 1 deletions
|
@ -109,8 +109,12 @@ table * {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table > table {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
text-align: center;
|
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue