Skip to content

Commit d6bdb23

Browse files
authored
Add files via upload
1 parent 46dd6ed commit d6bdb23

28 files changed

Lines changed: 17385 additions & 0 deletions

static/css/bootstrap.css

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

static/css/font-awesome.min.css

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

static/css/responsive.css

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
@media (max-width: 1300px) {}
2+
3+
@media (max-width: 1120px) {}
4+
5+
@media (max-width: 992px) {
6+
.hero_area {
7+
min-height: auto;
8+
}
9+
10+
.custom_nav-container .navbar-nav {
11+
padding-top: 15px;
12+
padding-left: 0;
13+
align-items: center;
14+
}
15+
16+
.user_option{
17+
justify-content: center;
18+
margin-top: 15px;
19+
}
20+
.custom_nav-container .navbar-nav .nav-item .nav-link {
21+
padding: 5px 25px;
22+
margin: 5px 0;
23+
}
24+
25+
.slider_section .carousel-indicators {
26+
margin-top: 45px;
27+
}
28+
29+
.offer_section .box {
30+
flex-direction: column;
31+
align-items: center;
32+
text-align: center;
33+
}
34+
35+
.offer_section .box .img-box {
36+
margin-right: 0;
37+
margin-bottom: 15px;
38+
}
39+
}
40+
41+
@media (max-width: 767px) {
42+
43+
.about_section .detail-box,
44+
.book_section .form_container {
45+
margin-bottom: 45px;
46+
}
47+
48+
.about_section .row {
49+
flex-direction: column-reverse;
50+
}
51+
52+
.offer_section .box {
53+
flex-direction: row;
54+
text-align: left;
55+
}
56+
57+
.offer_section .box .img-box {
58+
margin-right: 15px;
59+
margin-bottom: 0;
60+
}
61+
}
62+
63+
@media (max-width: 576px) {}
64+
65+
@media (max-width: 480px) {}
66+
67+
@media (max-width: 430px) {
68+
.offer_section .box {
69+
flex-direction: column;
70+
text-align: center;
71+
}
72+
73+
.offer_section .box .img-box {
74+
margin-right: 0;
75+
margin-bottom: 15px;
76+
}
77+
}
78+
79+
@media (max-width: 376px) {
80+
.slider_section .detail-box h1 {
81+
font-size: 3rem;
82+
}
83+
}
84+
85+
@media (min-width: 1200px) {
86+
.container {
87+
max-width: 1170px;
88+
}
89+
}
90+
91+
92+
@media (min-width:576px) and (max-width:991px) {
93+
.rent_solution_container .col-md-4.col-sm-6 {
94+
float: left;
95+
width: 50%;
96+
}
97+
}

0 commit comments

Comments
 (0)