commit 3aaf8e983c96f99ec22e9fcf18b7dcde920796bd
parent 83d284f5125c01bf8ee1578c01f8ee2512f5259a
Author: Ryan Downing <26515643+r-downing@users.noreply.github.com>
Date: Wed, 22 Nov 2017 14:25:23 -0500
changed vw to %
Diffstat:
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/styles/_header.scss b/src/styles/_header.scss
@@ -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;
}
}
@@ -119,4 +119,4 @@
color: $sec;
}
}
-}
-\ No newline at end of file
+}