-
Notifications
You must be signed in to change notification settings - Fork 0
/
_mobile.scss
119 lines (107 loc) · 2.02 KB
/
_mobile.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
@media (max-width : 834px) {
.center {
padding-right: 16px;
padding-left: 16px;
}
.header{
padding-top: 32px;
&__input {
display: none;
}
}
.menu {
display: none;
&__mob{
display: flex;
align-items: center;
gap: 32px;
}
}
.logo{
.logo__img{
width: 99px;
}
}
.titles {
font-family: Montserrat;
font-size: 48px;
line-height: 58.51px;
text-align: center;
}
.top {
margin-bottom: 32px;
}
.top__text{
font-family: Montserrat;
font-size: 16px;
font-weight: 400;
line-height: 32px;
text-align: center;
}
.header__gocatalog{
display: flex;
flex-direction: column;
align-items: center;
font-size: 14px;
}
.furniture_for{
font-family: Montserrat;
font-size: 24px;
line-height: 29.26px;
text-align: left;
}
.for{
grid-template-columns: repeat(4 , 1fr);
&__item {
grid-column: 1 /-1;
height: 375px;
line-height: 34.13px;
font-size: 28px;
gap: 16px;
}
&__item_big{
height: 244px;
}
}
.product-content {
max-width: 393px;
row-gap: 32px;
}
.katalog__tovarov, .special{
font-family: Montserrat;
font-size: 24px;
line-height: 29.26px;
text-align: left;
}
.position__footer_gocatalog{
padding-bottom: 32px;
}
.footer{
padding-bottom: 32px;
&__content{
justify-content: center;
gap: 69px ;
}
&__info{
gap: 100px;
}
}
.link_input {
margin-top: 0;
}
.position__modal{
width: 286px;
left: calc((100% - 286px) / 2);
top: 580px;
}
.modal__footer{
padding-left: 0;
margin-top: 36px;
}
.gap__right_box{
margin-top: 32px;
}
.cart__img{
display: none;
}
}