mirror of
https://github.com/seigler/dash-website
synced 2025-07-28 15:36:09 +00:00
fixed styles
This commit is contained in:
parent
ca57556d1e
commit
c6feb9d9ff
2 changed files with 3 additions and 2 deletions
|
@ -460,5 +460,6 @@ a.blog_link {
|
|||
}
|
||||
|
||||
.ctabox__image {
|
||||
background-color: rgba(173,219,255,0.1);
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue