refactor: Aplica mudanças no código

This commit is contained in:
Sabrina Miranda 2023-01-12 18:57:30 -03:00
parent cfd162a71c
commit 41fc465bea
2 changed files with 8 additions and 0 deletions

View File

@ -111,6 +111,10 @@
&__item-title {
font-weight: 500;
@media ((min-width: 1025px) and (max-width: 2499px)){
width: 150px;
}
}
}
}

View File

@ -15,6 +15,10 @@ body,
height: 100%;
}
body {
position: relative;
}
*:focus {
outline: 0;
}