-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphone.css
111 lines (92 loc) · 1.38 KB
/
phone.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
body{
width: auto;
height: auto;
}
#navbar{
flex-direction: column;
width: 100vw;
}
#navbar ul li a{
padding: 1px 10px;
font-size: 12px;
}
#navbar::before{
height: 100%;
}
#home{
height: 100vh;
flex-direction: column;
padding: 1px 64px;
}
#home::before{
height: 100vh;
}
#home p{
font-size: 13px;
}
.btn{
font-size: 15px;
}
.h1primary{
font-size: 2.9rem;
}
.h1-primary-center{
font-size: 2.4rem;
}
#services{
flex-direction: column;
margin: 24px 17px;
}
#services .box{
padding: 22.5px;
margin: 19px 39px;
height: 48vh;
}
#services .box img{
height: 120px;
margin: auto;
}
#services .box .foodbox{
text-align: center;
justify-content: center;
}
.services-container{
margin-top: 17px;
height: 200vh;
}
#client-section{
height: 363px;
}
#clients{
flex-wrap: wrap;
margin-top: 58px;
}
#clients img{
height: 363px;
}
#microsoft img{
padding: 0px 8px;
width: auto;
height: 40px;
}
#skype img{
padding: 0px 8px;
width: auto;
height: 50px;
}
#apple img{
padding: 0px 8px;
width: auto;
height: 60px;
}
#hp img{
padding: 0px 8px;
width: auto;
height: 60px;
}
.client-item{
padding: 8px;
}
.center{
font-size: 12px;
}