[wip] Switch from Anime to Motion One for page animations

This commit is contained in:
2022-08-14 00:45:44 +02:00
parent a044cf3939
commit f771a73b67
13 changed files with 295 additions and 222 deletions

View File

@@ -254,7 +254,6 @@
** Filters
*/
.filters {
position: relative;
max-width: 982px;
margin: 0 auto;
padding: 0 16px;
@@ -265,6 +264,7 @@
// Bar
&__bar {
position: relative;
display: flex;
justify-content: center;
align-items: center;
@@ -364,7 +364,7 @@
@include bp (sm) {
position: absolute;
left: 64px;
left: 32px;
top: 52%;
transform: translateY(-50%);
margin-bottom: 0;