improved images

This commit is contained in:
2017-03-03 18:19:49 +01:00
parent 78af1ca4c8
commit ce63cadae4
27 changed files with 18 additions and 5 deletions
@@ -386,6 +386,17 @@ $header_height_large:400px;
$coul5);
}
@mixin white_shadow(){
$d:2px;
$b:0;
$c:white;
text-shadow:
$d $d $b $c,
-$d $d $b $c,
-$d -$d $b $c,
$d -$d $b $c;
}
>h2{
font-size: 4em;
font-weight: 400;
@@ -393,6 +404,7 @@ $header_height_large:400px;
position:relative;
margin:2em 0 0;
padding: 0 2em 0 0;
// @include white_shadow;
@media #{$large-up} {
padding:0;
}
@@ -446,6 +458,7 @@ $header_height_large:400px;
padding:0.5em 0.5em 0.5em 0;
margin: 0;
font-weight: 500;
// @include white_shadow;
}
}
.value{