-
Notifications
You must be signed in to change notification settings - Fork 0
/
_tablet.scss
59 lines (48 loc) · 888 Bytes
/
_tablet.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
@media (max-width: 1024px) {
.center {
padding-left: calc(50% - 786px/2);
padding-right: calc(50% - 786px/2);
}
.for {
&__item {
height: 268px;
}
}
.promotions {
font-size: 42px;
}
.product__content {
column-gap: 29px;
row-gap: 39px;
}
.product {
width: 378px;
}
.main__products {
gap: 28px;
row-gap: 39px;
}
.footer__img {
display: none;
}
.cart {
display: flex;
flex-direction: column;
&__form {
width: 376px;
margin-top: 32px;
}
}
}
@media (min-width: 768px) and (max-width: 833px) {
.center {
padding-left: 24px;
padding-right: 24px;
}
.product {
width: 345px;
}
.promotions {
font-size: 42px;
}
}