-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.css
122 lines (101 loc) · 1.96 KB
/
faq.css
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
120
121
122
#faq {
width: 100%;
margin: auto;
/* height: 100vw; */
margin-top:50px ;
/* border: 1px solid blue; */
background-color: #161923;
}
#faqContainer {
width: 85%;
margin: auto;
/* border: 1px solid blue; */
padding: 60px;
}
#f{
font-size: 60px;
color: white;
}
#parent>div {
border-bottom: 1px solid silver;
}
#flex1,
#flex2,
#flex3,
#flex4,
#flex5,
#flex6,
#flex7,
#flex8,
#flex9,
#flex10,
#flex11,
#flex12 {
display: flex;
justify-content: space-between;
/* margin: 30px 0 ; */
}
#parent>div>div>p{
font-size: 20px;
font-family: Inter-Medium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#parent>div> :last-child {
font-size: 15px;
font-family: Inter-Medium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
#faq {
width: 140%;
margin: auto;
/* height: 100vw; */
margin-top:50px ;
/* border: 1px solid blue; */
background-color: #161923;
}
#flex1,
#flex2,
#flex3,
#flex4,
#flex5,
#flex6,
#flex7,
#flex8,
#flex9,
#flex10,
#flex11,
#flex12 {
display: flex;
justify-content: space-between;
/* margin: 30px 0 ; */
}
#parent>div>div>p{
font-size: 25px;
font-family: Inter-Medium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#parent>div> :last-child {
font-size: 20px;
font-family: Inter-Medium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
}
@media screen and (min-width: 427px) and (max-width: 768px) {
#faq {
width: 163.9%;
}
#parent>div>div>p{
font-size: 30px;
}
#parent>div> :last-child {
font-size: 25px;
}
}
@media screen and (min-width: 0px) and (max-width: 425px){
#faq {
width: 241.8%;
}
#parent>div>div>p{
font-size: 30px;
}
#parent>div> :last-child {
font-size: 25px;
}
}