Tweaked css

This commit is contained in:
Paulus Schoutsen 2014-12-21 13:02:02 -08:00
parent b0bdfe2fe9
commit 775045fc86
4 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,5 @@
.hero {
background-color: $grayDarker;
background-color: rgb(11, 107, 148);
background-position: 0 50%;
-webkit-background-size: cover;
-moz-background-size: cover;
@ -13,15 +13,15 @@
padding: 50px 0;
position: relative;
&::before {
background: url("../images/matrix.png") 0 0 rgba(0, 0, 0, 0.35);
box-shadow: inset 0 0 5px $black;
content: "";
display: block;
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
z-index: 5;
}
// &::before {
// background: url("../images/matrix.png") 0 0 rgba(0, 0, 0, 0.35);
// box-shadow: inset 0 0 5px $black;
// content: "";
// display: block;
// position: absolute;
// top: 0; right: 0; bottom: 0; left: 0;
// z-index: 5;
// }
> .grid-wrapper {
position: relative;