fixed styles

This commit is contained in:
VitaliyTr 2017-02-06 00:13:29 +07:00
parent ca57556d1e
commit c6feb9d9ff
2 changed files with 3 additions and 2 deletions

View file

@ -460,5 +460,6 @@ a.blog_link {
}
.ctabox__image {
background-color: rgba(173,219,255,0.1);
background-color: #fff;
}

View file

@ -72,7 +72,7 @@ $homeSectionPaddingTop: 80px;
.home-architecture-graphic {
> img {
max-width: 100%;
box-shadow: -5px 0 10px transparentize($color-black,0.8);
box-shadow: none;
border-radius: 8px 0 0 0;
}
}