Skip to content

Commit

Permalink
changed vw to %
Browse files Browse the repository at this point in the history
  • Loading branch information
r-downing authored Nov 22, 2017
1 parent 83d284f commit 3aaf8e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
background: $main;
display: flex;
vertical-align: bottom;
width: 100vw;
width: 100%;
min-height: 100vh;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
.particles-js-canvas-el {
width:100vw !important;
width:100% !important;
height:100vh !important;
}
}
Expand Down Expand Up @@ -119,4 +119,4 @@
color: $sec;
}
}
}
}

0 comments on commit 3aaf8e9

Please sign in to comment.