-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphone.css
More file actions
54 lines (50 loc) · 685 Bytes
/
phone.css
File metadata and controls
54 lines (50 loc) · 685 Bytes
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
#navbar{
flex-direction: column;
}
#Clients{
flex-direction: column;
}
#navbar ul li a {
padding: 8px;
}
#navbar ul li {
font-size: 20px;
}
#home h1 {
font-size: 24px;
}
#home p{
font-size: 19px;
}
#home button {
height: 44px;
font-size: 18px;
width: 96px;
}
#home {
padding: 32px;
}
#home .sec{
text-align: center;
padding-top: 22vmin;
}
#Clients-sec {
margin-top: 142px;
}
#AboutUs .con{
padding-top: 1rem;
}
#AboutUs .con p{
font-size: 16px;
}
#AboutUs {
margin-top: 0px;
}
#AboutUs {
font-size: 18px;
}
#Contact-box input, #Contact-box textarea {
width: 95%;
padding: 6px;
font-size: 10px;
}