Skip to content

Commit

Permalink
Merge pull request #1483 from nexB/1299-increase-display-width
Browse files Browse the repository at this point in the history
Increase display width #1299
  • Loading branch information
keshav-space authored May 23, 2024
2 parents e36d9e1 + fe9488f commit 433d3a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vulnerablecode/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ tab.Site {
}

.container.max-desktop-width {
max-width: 960px;
width: 100%;
max-width: 100%;
}

body {
Expand Down Expand Up @@ -78,7 +79,7 @@ a.button.paging:visited {

@media screen and (min-width: 1024px) {
.footer {
width: 960px;
width: 100%;
}
}

Expand Down

0 comments on commit 433d3a6

Please sign in to comment.