forked from M3-Academy/desafio-react-e-typescript
refactor: Aplica mudanças no código
This commit is contained in:
parent
cfd162a71c
commit
41fc465bea
@ -111,6 +111,10 @@
|
||||
|
||||
&__item-title {
|
||||
font-weight: 500;
|
||||
|
||||
@media ((min-width: 1025px) and (max-width: 2499px)){
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -15,6 +15,10 @@ body,
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
*:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user