-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresponsive.css
More file actions
152 lines (152 loc) · 2.7 KB
/
Copy pathresponsive.css
File metadata and controls
152 lines (152 loc) · 2.7 KB
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
@media (min-width: 768px) and (max-width: 1024px) {
.title-small {
font-size: 20px;
margin-bottom: 10px;
}
#why .content h2 {
font-size: 20px;
line-height: 30px;
}
#why img {
width: 100%;
}
#screenshot .portfolio figure figcaption .heading {
padding: 0 30px;
}
#cta h2 {
font-size: 18px;
}
}
@media (max-width: 568px) {
#portfolio .portfolio-items figure {
width: 100%;
}
#portfolio .portfolio-items figure figcaption .info {
margin-top: 120px;
}
#contact .info-inner {
padding-left: 15px;
}
}
@media (max-width: 480px) {
.section {
padding: 50px 0;
}
.section-header .section-title {
font-size: 24px;
}
.section-header .section-subtitle {
font-size: 11px;
}
.title-small {
font-size: 22px;
line-height: 28px;
}
.navbar .navbar-header {
padding: 13px 22px;
float: left;
}
.navbar .navbar-right {
float: right;
}
.hero-area .contents {
padding-top: 50px;
}
.hero-area .contents h1 {
font-size: 20px;
}
.hero-area .contents p {
font-size: 14px;
}
#features .box-item .icon {
margin: 10px 15px;
float: left;
}
#features .text {
text-align: left;
}
#features .box-item .text h4 {
font-size: 12px;
line-height: 16px;
}
#features .box-item .text p {
font-size: 12px;
}
#features .show-box {
padding: 24px 30px;
}
#features .content-left,
#features .content-right {
margin-bottom: 60px;
}
#features .features h4 {
font-size: 14px;
}
#features .features .icon i {
padding-right: 22px;
}
#why .content h2 {
font-size: 20px;
line-height: 30px;
}
#why .content .list-item li {
font-size: 13px;
}
#why .content .btn {
margin-bottom: 60px;
}
#why img {
width: 100%;
}
#cta h2 {
font-size: 18px;
}
#cta .btn {
margin-top: 30px;
}
#screenshot .portfolio figure figcaption .heading {
padding: 0;
top: 5%;
}
#screenshot .portfolio figcaption:hover .heading {
top: 15%;
}
#testimonial .section-title {
font-size: 22px;
}
#testimonial .section-subtitle {
font-size: 12px;
line-height: 20px;
}
#clients .client-item-wrapper {
margin-bottom: 30px;
}
#contact .section-title {
font-size: 22px;
}
#contact .info h4 {
font-size: 18px;
}
}
@media (max-width: 640px) and (min-width: 960px) {
.navbar-header {
width: 100px;
float: left;
padding-left: 7px !important;
}
.navbar-right {
float: right;
width: 100px;
}
}
@media (max-width: 767px) and (min-width: 479px) {
.navbar-header {
width: 100px;
float: left;
padding-left: 7px !important;
}
.navbar-right {
float: right;
width: 100px;
}
}