-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresponsive.css
More file actions
72 lines (60 loc) · 1.15 KB
/
Copy pathresponsive.css
File metadata and controls
72 lines (60 loc) · 1.15 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
67
68
69
70
71
72
@media (max-width: 768px){
html, body{
font-size: 55.5%;
}
}
/* @media (max-width: 720px){
.home-two-wrapper{
margin-top: 1rem;
}
} */
@media (max-width: 580px){
html, body{
font-size: 50.5%;
}
}
@media (max-width: 530px){
.home-one-top{
flex-direction: column-reverse;
}
.home-one-right picture{
display: flex;
align-items: center;
justify-content: center;
}
.home-one-right picture img{
width: 38rem;
}
.home-one-left h1,p,h2{
text-align: center;
}
}
@media (max-width: 510px){
.home-three-first{
gap: 3rem;
}
.home-three-first .sr{
/* flex-direction: column; */
font-size: 1.8rem;
border-radius: 12px;
height: 6vh;
width: 43%;
}
}
@media (max-width: 365PX){
.home-three-first{
gap: 2rem;
}
.home-three-first .sr{
/* flex-direction: column; */
font-size: 1.5rem;
border-radius: 12px;
height: 6vh;
width: 43%;
}
}
@media (max-width: 375px){
.home-one-right picture img{
width: 35rem;
}
}