-
Notifications
You must be signed in to change notification settings - Fork 0
/
mobilemode.css
89 lines (83 loc) · 2.1 KB
/
mobilemode.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
@media screen and (max-width: 480px) {
.inn-content{
padding-top: 0 !important;
top: -20px;
position: relative;
}
.iamgautam {
font-weight: bold;
font-size: 30px;
color: white;
margin: 0;
font-family: 'poppins', serif;
/* font-family: 'Arvo', serif; */
word-spacing: 2px;
position: relative;
display: inline-block;
}
.backabout {
font-family: 'arvo', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
word-spacing: 2px;
margin-top: 40px;
font-weight: bolder;
font-size: 52px !important;
text-align: center;
opacity: 0.1;
color: gray;
}
.knowmemore {
position: absolute;
top: 52px !important;
font-family: 'poppins', sans-serif;
font-size: 35px;
text-align: center;
display: block;
width: 100%;
font-weight: 600;
letter-spacing: 1px;
word-spacing: 1px;
margin: 0;
}
.header-separator {
/* border: 2px solid #00bda0; */
height: 3px;
background: #00bda0;
width: 80px;
display: block;
margin: 0 auto;
position: absolute;
text-align: center;
left: 39%;
top: 105px !important;
border-radius: 61px;
}
.icon-des {
margin-bottom: 5px;
display: flex;
align-items: center;
justify-content: center;
padding: 5px !important;
}
.icon-des-content {
display: inline-block;
padding: 19px !important;
font-family: 'poppins', sans-serif;
padding-right: 0px !important;
text-align: justify;
}
.mobile-text-center {
text-align: center !important
}
.navbar-collapse .alinkfont {
text-decoration: none;
color: rgb(224, 224, 224);
margin-bottom: 16px;
font-family: 'Heebo', sans-serif;
font-weight: 400;
font-size: 17px !important;
letter-spacing: 1px;
transition: all 0.2s ease;
}
}