Skip to content

Commit c55cb93

Browse files
committed
Increase display width #1299
Reference: #1299 Signed-off-by: John M. Horan <[email protected]>
1 parent e36d9e1 commit c55cb93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vulnerablecode/static/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tab.Site {
1313
}
1414

1515
.container.max-desktop-width {
16-
max-width: 960px;
16+
max-width: 1152px;
1717
}
1818

1919
body {
@@ -78,7 +78,7 @@ a.button.paging:visited {
7878

7979
@media screen and (min-width: 1024px) {
8080
.footer {
81-
width: 960px;
81+
width: 1152px;
8282
}
8383
}
8484

0 commit comments

Comments
 (0)