-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContact.css
More file actions
105 lines (104 loc) · 1.7 KB
/
Copy pathContact.css
File metadata and controls
105 lines (104 loc) · 1.7 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
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
*{
margin: 0;
padding: 0;
}
.c{
text-align: center;
width: 250px;
height: 50px;
padding: 4px;
padding-bottom: 59px;
margin-top: 20px;
margin-left: 70px;
border-radius: 10px;
text-align: center;
font-size: 50px;
color: #302b63;
box-sizing: border-box;
margin-bottom: 0px;
margin-top: 27px;
}
.a{
display: flex;
flex-direction: row-reverse;
width: 80%;
margin: auto;
justify-content: space-around;
align-items: center;
}
.iframe {
width: 50%;
height: 100%;
}
.maps {
width: 100%;
height: 300px;
border: none;
}
.material-symbols-outlined {
font-variation-settings:
'FILL' 0,
'wght' 400,
'GRAD' 0,
'opsz' 48
}
.b{
margin: 60px 0;
background-color: #6abbf82c;
border-radius: 10px;
width: 40%;
padding: 25px 15px;
}
.sp{
margin-top: 20px;
width: 10px;
}
.add {
width: 100%;
}
.phone {
width: 100%;
}
.head {
font-size: 30px;
}
.material-symbols-outlined {
margin: auto 20px;
}
@media screen and (max-width: 860px) {
.a {
flex-direction: column-reverse;
}
.iframe {
width: 80%;
height: 100%;
margin-bottom: 100px;
}
.b{
margin: 60px 0;
background-color: #6abbf82c;
border-radius: 10px;
width: 80%;
padding: 25px 15px;
}
}
@media screen and (max-width: 600px) {
.head {
font-size: 25px;
margin: 8px;
}
.material-symbols-outlined {
margin: auto 10px;
font-size: 15px;
}
.iframe {
width: 100%;
}
.b{
width: 90%;
}
.c{
margin-left: 0px;
font-size: 30px;
}
}