Skip to content

Commit

Permalink
chore: styles refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev committed Aug 30, 2022
1 parent 9fd5fc8 commit a4af1e4
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/components/suggestions.module.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
.wrapper {
align-self: flex-start;
width: 100%;
margin: -10px;
position: relative;
transition: all .3s linear;
align-self: flex-start;
width: 100%;
margin: -10px;
position: relative;
transition: all .3s linear;
}

.list {
margin: 0;
padding: 0;
margin: 0;
padding: 0;
}

@keyframes scroll {
0% {
top: 50%;
}
0% {
top: 50%;
}

100% {
top: -25%;
}
100% {
top: -25%;
}
}

0 comments on commit a4af1e4

Please sign in to comment.