Skip to content

Commit e3debea

Browse files
author
TechMainul
committed
systematic upload
1 parent c7b9716 commit e3debea

27 files changed

+1006
-0
lines changed

css/all.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bxslider.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/fontawesome.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/images/bx_loader.gif

8.38 KB
Loading

css/images/controls.png

2.74 KB
Loading

css/meanmenu.min.css

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/responsive.css

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
/* Tablet layout */
2+
@media only screen and (min-width:200px) and (max-width:991px) {
3+
.inner_top_header {
4+
padding-top: 10px;
5+
}
6+
7+
.social_area {
8+
max-width: 460px;
9+
padding-top: 14px;
10+
}
11+
12+
.inner_menu {
13+
background: none;
14+
min-height: auto;
15+
}
16+
17+
.inner_menu::after {
18+
display: none;
19+
}
20+
21+
.mean-container .mean-nav {
22+
width: 80%;
23+
}
24+
25+
#slider_area {
26+
margin-top: 0px;
27+
}
28+
29+
.inner_hero h2 {
30+
font-size: 50px;
31+
}
32+
33+
.body {
34+
height: 5px;
35+
}
36+
}
37+
38+
/* Mobile layout */
39+
@media only screen and (min-width:200px) and (max-width:480px) {
40+
.mini_menu {
41+
width: 100%;
42+
margin-bottom: 10px;
43+
}
44+
45+
.mini_menu ul,
46+
.social_area ul {
47+
text-align: center;
48+
}
49+
50+
.social_area ul li a i {
51+
margin: 5px;
52+
}
53+
54+
.search_area,
55+
.logo_area {
56+
float: none;
57+
width: 250px;
58+
margin: auto;
59+
}
60+
61+
.logo_area {
62+
padding-left: 40px;
63+
margin-bottom: -15px;
64+
}
65+
66+
.inner_hero h2 {
67+
font-size: 25px;
68+
}
69+
70+
.inner_header {
71+
padding: 10px 0;
72+
}
73+
74+
#work-area,
75+
#footer_area {
76+
padding: 20px 0;
77+
}
78+
79+
.child_work,
80+
.child_footer {
81+
width: 98%;
82+
}
83+
84+
}

0 commit comments

Comments
 (0)