Skip to content

Commit

Permalink
Fix horizontal scroll on the index page due to #maincontent vw unit w…
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinred committed Jun 28, 2020
1 parent 6dbee0f commit 5048c83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/static/css/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Related to #maincontent's vw unit width */
body {
overflow-x: hidden;
}

header.alt-bg {
background: #5C687D;
background: transparent linear-gradient(#5C687D 70%, transparent 30%);
Expand Down

0 comments on commit 5048c83

Please sign in to comment.