Skip to content

Commit

Permalink
feat: Add styles to duplicated 'img' element in 'CompanyPage' pages comp
Browse files Browse the repository at this point in the history
  • Loading branch information
ITurres committed May 9, 2024
1 parent 107b269 commit 73cf40a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@ body {
padding: 0.2rem;
}

.company-page-hero__logo {
display: block;
max-width: 800px;
min-width: 200px;
position: absolute;
z-index: -1;
filter: blur(10px);
opacity: 0.5;
}

@media (min-width: 900px) {
.hero {
justify-content: center;
Expand Down

0 comments on commit 73cf40a

Please sign in to comment.