-
Notifications
You must be signed in to change notification settings - Fork 0
/
mobile11.css
64 lines (63 loc) · 967 Bytes
/
mobile11.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
#navbar ul li {
font-size: 1rem;
}
#contact #contact-box input,
#contact #contact-box textarea {
font-size: 1.2rem;
width: 85%;
}
#partner {
margin-top: -20px;
}
#partner img {
width: 100px;
height: 100px;
padding: 10px 30px;
}
#partner-section {
height: 230px;
margin-bottom: 100px;
}
.h-primary {
font-size: 2rem;
}
#contact .form-group {
margin-left: 25px;
}
.btn2 {
font-size: 20px;
margin-bottom: 15px;
margin-left: 50px;
margin-top: 20px;
}
#contact {
height: 565px;
margin-top: 140px;
margin-bottom: -35px;
}
#contact::before {
margin-top: -20px;
height: 80.5%;
}
#contact label {
font-size: 1.3rem;
}
#contact #contact-box input,
#contact #contact-box textarea {
font-size: 1rem;
}
#contact #contact-box textarea {
height: 50px;
}
.para {
display: none;
}
#home {
height: 345px;
}
#home::before {
height: 69%;
}
footer {
font-size: 15px;
}