Merge pull request #570 from tiwariav/task/4150/ungleich_mobile_font

task/4150/mobile_font_alignment
This commit is contained in:
Arvind Tiwari 2018-02-23 21:05:27 +05:30 committed by GitHub
commit 4d31f2bbdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 42 additions and 25 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,8 @@ section h2.section-heading {
margin-bottom: 15px;
font-size: 26px;
color: #494949;
letter-spacing: -1px;
font-weight: 400;
}
section h3.section-subheading {
@ -697,6 +699,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) {
@ -976,9 +983,10 @@ section h3.section-comment {
}
@media (max-width: 767px) {
.carousel-text {
.ungleich-gallery-text-carousel .carousel-text {
height: 220px;
overflow: scroll;
overflow-y: scroll;
text-align: left;
}
.carousel-author {
height: 72px;

View file

@ -176,10 +176,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;
}
@ -196,6 +201,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;
}
}