Browse Source

fix metrics

main
matthew 2 years ago
parent
commit
e278dd0894
  1. 3
      searching-front/app/core/components/DomainCard/styles.module.css
  2. 2
      searching-front/app/core/components/Link/styles.module.css
  3. 2
      searching-front/app/core/pages/Main/LastSitesWidget/styles.module.css

3
searching-front/app/core/components/DomainCard/styles.module.css

@ -153,4 +153,7 @@
border-top: 1px solid var(--border_color_main);
border-left: none;
}
.newestListItemLeftDate {
margin: auto;
}
}

2
searching-front/app/core/components/Link/styles.module.css

@ -10,7 +10,7 @@
text-decoration: none;
display: inline-flex;
justify-content: center;
/* align-items: center; */
align-items: center;
}
.root a.wide::before {

2
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 {

Loading…
Cancel
Save