Increase layout width for table to fit
This commit is contained in:
parent
393d8062c3
commit
db5a018638
|
@ -6,6 +6,10 @@ body {
|
|||
padding-top: 5rem;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 1440px; /* Override bootstrap maximum width */
|
||||
}
|
||||
|
||||
.content-box {
|
||||
padding: 1rem 0.5rem;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in New Issue