left alignment for mobile text, letter spacing reduced to 0px for headings

This commit is contained in:
Arvind Tiwari 2018-02-15 01:55:29 +05:30
commit bb6e6da2cb
8 changed files with 39 additions and 23 deletions

View file

@ -215,7 +215,7 @@ fieldset[disabled] .btn-xl.active {
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #fed136;
background-color: transparent;
}
.navbar-default .nav li a {
@ -364,6 +364,7 @@ section h2.section-heading {
margin-bottom: 15px;
font-size: 26px;
color: #494949;
letter-spacing: 0px;
}
section h3.section-subheading {
@ -697,6 +698,11 @@ section h3.section-subheading {
.team-member .team-member-caption p {
line-height: 1.5;
}
.team-member {
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
}
@media(min-width:768px) {
@ -978,7 +984,8 @@ section h3.section-comment {
@media (max-width: 767px) {
.carousel-text {
height: 220px;
overflow: scroll;
overflow-y: scroll;
text-align: left;
}
.carousel-author {
height: 72px;

View file

@ -150,10 +150,15 @@
.timeline>li .timeline-panel {
display: flex;
min-height: 80px;
align-items: center;
padding-bottom: 15px;
}
@media(min-width: 768px) {
.timeline>li .timeline-panel {
align-items: center;
}
}
.timeline>li.timeline-inverted>.timeline-panel {
padding-bottom: 0;
}
@ -170,6 +175,7 @@
.contact-section p {
font-size: 20px;
line-height: 1.4;
}
footer {

View file

@ -120,6 +120,7 @@
padding: 0px 25px;
max-width: 400px;
text-align: center;
width: 100%;
}
.cursor-pointer {
@ -146,6 +147,9 @@
.section-subheading.sm_left {
padding-left: 15px;
padding-right: 15px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
}