mobile layout fix, animation directions changed

This commit is contained in:
Arvind Tiwari 2017-10-10 21:32:01 +05:30
commit dedbcec8e7
5 changed files with 119 additions and 129 deletions

View file

@ -114,7 +114,10 @@
.split-section .container {
width: 1120px;
max-width: 1120px;
}
.split-section.right .container {
max-width: 840px;
}
.split-section {
padding: 90px 0;
@ -172,13 +175,20 @@ footer {
padding: 20px;
}
@media(max-width: 767px) {
.split-section .split-text .split-title h2,
.split-section.left .split-text .split-title h2 {
font-size: 32px;
line-height: 40px;
}
}
@media(min-width: 768px) {
section {
padding: 90px 0;
}
}
}
@media (min-width: 768px) {
.intro-header {
align-items: flex-end;