Skip to content

Commit

Permalink
Merge pull request #79 from lauragift21/feat/particles
Browse files Browse the repository at this point in the history
Fix full width coverage for particle.js
  • Loading branch information
stp-ip committed Apr 6, 2018
2 parents e2eef0d + 950e2e3 commit 4b66e07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/css/syna.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@

#particles-js {
position: absolute;
width: 90%;
width: 100%;
margin-left: -2rem;
height: 550px;
margin-top: -4rem;
overflow: hidden;
}

.scroll-to-top {
Expand Down

0 comments on commit 4b66e07

Please sign in to comment.