Skip to content

Commit 433d3a6

Browse files
authored
Merge pull request #1483 from nexB/1299-increase-display-width
Increase display width #1299
2 parents e36d9e1 + fe9488f commit 433d3a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vulnerablecode/static/css/custom.css

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

1515
.container.max-desktop-width {
16-
max-width: 960px;
16+
width: 100%;
17+
max-width: 100%;
1718
}
1819

1920
body {
@@ -78,7 +79,7 @@ a.button.paging:visited {
7879

7980
@media screen and (min-width: 1024px) {
8081
.footer {
81-
width: 960px;
82+
width: 100%;
8283
}
8384
}
8485

0 commit comments

Comments
 (0)