Make info-tables full width
This commit is contained in:
parent
20acf67992
commit
7d0c7e41bf
1 changed files with 4 additions and 0 deletions
|
@ -358,6 +358,10 @@ table.info-table tr td {
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.info-table {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
table.info-table tr td h1,
|
table.info-table tr td h1,
|
||||||
table.info-table tr td h2,
|
table.info-table tr td h2,
|
||||||
table.info-table tr td small {
|
table.info-table tr td small {
|
||||||
|
|
Loading…
Reference in a new issue