-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_tablet.scss
More file actions
66 lines (62 loc) · 1.35 KB
/
_tablet.scss
File metadata and controls
66 lines (62 loc) · 1.35 KB
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
@media (max-width: 1024px) {
.about {
height: auto;
}
.about__content {
flex-direction: column;
align-items: center;
}
.about__content-block {
width: 100%;
}
.block-games {
flex-direction: column;
&__name {
font-size: 32px;
line-height: 39px;
}
&__par {
font-size: 16px;
line-height: 20px;
padding-top: 16px;
}
&__button-item {
width: 285px;
height: 55px;
font-size: 16px;
margin-top: 32px;
&:hover {
background: rgb(32, 32, 39);
color: rgb(255, 255, 255);
}
}
&__text {
padding-top: 29.04px;
padding-left: 29.04px;
padding-right: 29.04px;
padding-bottom: 32.67px;
width: 284.93px;
}
}
.mini-games {
height: auto;
padding-bottom: 10px;
&__games {
display: flex;
flex-direction: column;
}
}
.mini-games__link {
max-width: 343px;
}
.revers {
display: flex;
flex-direction: column;
}
}
@media (min-width: 768px) and (max-width: 833px) {
.center {
padding-left: 24px;
padding-right: 24px;
}
}