forked from M3-Academy/desafio-react-e-typescript
feat: Cria breadcrumbs mobile
This commit is contained in:
parent
d92f2d91ef
commit
7bf43268a3
@ -4,6 +4,10 @@
|
||||
margin: 29px 100px 81px;
|
||||
gap: 9.73px;
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
margin: 29px 16px 80px;
|
||||
}
|
||||
|
||||
&__home {
|
||||
height: 16px;
|
||||
|
||||
@ -12,7 +16,7 @@
|
||||
}
|
||||
|
||||
img {
|
||||
width: 15.99px;
|
||||
width: 16px;
|
||||
|
||||
@media (min-width: 2500px) {
|
||||
width: 31.22px;
|
||||
|
Loading…
Reference in New Issue
Block a user