-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle-responsive.css
61 lines (60 loc) · 1.34 KB
/
style-responsive.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
/*
Valhalla Responsive Styles
*/
@media only screen and (max-width: 767px) {
#header {
min-height: 0px;
}
}
@media only screen and (max-width: 767px) {
.h1-header-headline {
font-size: calc(5vw + 10px)!important;
}
.header-carousel-caption {
font-size: calc(4vw + 5px)!important;
}
.home-section3-column2 {
border-left-width: 0px;
}
.home-section3-heading2 {
margin-top: 0px;
}
.home-section3-column2 {
padding-bottom: 0px;
}
.home-section1-heading-align, .home-section3-heading1, .home-section3-heading2 {
text-align: center !important;
}
.home-section1-text, .home-section2-text, .home-section3-text1, .home-section3-text2, .home-section5-box1-text, .home-section5-box2-text {
text-align: justify !important;
}
.home-section4-text {
text-align: justify;
}
.about-section1-heading {
text-align: center !important;
}
.about-section1-text {
text-align: justify !important;
}
.services-section1-heading {
text-align: center !important;
}
.services-section1-text {
text-align: justify !important;
}
.services-section3-text {
text-align: justify !important;
}
.faq-collapse-body {
text-align: justify !important;
}
.post-sidebar {
margin-left: -35px;
}
}
@media only screen and (max-width: 767px) {
#footer-about .footer-text {
text-align: justify !important;
}
}