forked from M3-Academy/challenge-vtex-io
11 lines
183 B
SCSS
11 lines
183 B
SCSS
|
@media (max-width: 768px) and (min-width: 375px) {
|
||
|
.buttonLink {
|
||
|
position: relative;
|
||
|
left: 30px;
|
||
|
width: 22px;
|
||
|
:global(.vtex-button) {
|
||
|
width: 22px;
|
||
|
}
|
||
|
}
|
||
|
}
|