diff --git a/searching-front/app/core/pages/Main/LastSitesWidget/styles.module.css b/searching-front/app/core/pages/Main/LastSitesWidget/styles.module.css index 312b1aa..53c9b8e 100644 --- a/searching-front/app/core/pages/Main/LastSitesWidget/styles.module.css +++ b/searching-front/app/core/pages/Main/LastSitesWidget/styles.module.css @@ -30,7 +30,7 @@ display: flex; flex-direction: column; transition: transform 1s ease-in-out; - /* animation: animateLastSites 40s ease-in-out 2s infinite alternate; */ + animation: animateLastSites 40s ease-in-out 2s infinite alternate; } .sitesWrapperShadows:before { @@ -60,7 +60,7 @@ .button { position: absolute; - top: 2px; + top: 12px; background-color: var(--background_secondary) !important; }