Make all tables full width
This commit is contained in:
parent
d012a33fa5
commit
6123690792
1 changed files with 4 additions and 0 deletions
|
@ -89,3 +89,7 @@ footer {
|
||||||
td {
|
td {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
width: 100%;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue