Fixed styles in tracker

This commit is contained in:
MaxOvs19
2023-06-23 10:55:22 +03:00
parent 055225d747
commit fbf64f2b39
6 changed files with 82 additions and 34 deletions

View File

@ -6,6 +6,12 @@
padding: 17px 26px 16px;
cursor: pointer;
max-width: 440px;
transition: 0.4s;
&:hover {
transition: 0.4s;
box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.11);
}
@media (max-width: 1068px) {
width: 47%;