Increase layout width for table to fit

This commit is contained in:
Jan Philipp Timme 2017-12-30 12:23:40 +01:00
parent 393d8062c3
commit db5a018638
1 changed files with 4 additions and 0 deletions

View File

@ -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;