Skip to content

Commit

Permalink
chore(companies): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
azinit committed Sep 4, 2022
1 parent 1c2d892 commit 52149c1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/pages/_home/companies/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@

&Container {
width: 100%;
overflow: hidden;
padding: 0 1rem;
overflow: hidden;
}
}

.item {
display: flex;
align-items: center;
transition: 0.25s;
margin: 0 20px;
filter: grayscale(1);
opacity: 0.8;
filter: grayscale(1.0);
transition: 0.25s;

&:hover {
filter: grayscale(0.0);
opacity: 1.0;
filter: grayscale(0);
opacity: 1;
}
}

Expand All @@ -29,8 +29,8 @@
}

.addMe {
padding-top: 40px;
width: 100%;
padding-top: 40px;
font-size: 12px;
font-style: italic;
text-align: center;
Expand All @@ -44,4 +44,4 @@
.image {
height: 20px;
}
}
}

0 comments on commit 52149c1

Please sign in to comment.