Merge pull request #141 from andmironov/develop

minor stylistic fixes
This commit is contained in:
Oskar Thorén 2017-11-01 19:32:55 -05:00 committed by GitHub
commit febf9220e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 12 deletions

View File

@ -244,7 +244,7 @@ a {
.header__inner { .header__inner {
-ms-flex-direction: row; -ms-flex-direction: row;
flex-direction: row; flex-direction: row;
padding: 40px 0 38px 80px; } } padding: 40px 0 38px 40px; } }
.header-section { .header-section {
display: -ms-flexbox; display: -ms-flexbox;
@ -412,7 +412,9 @@ li.social-link a {
.logo__text { .logo__text {
margin: 7px 0 0 10px; } margin: 7px 0 0 10px; }
.logo__title { .logo__title {
font-size: 19px; } } font-size: 19px; }
.header {
background: #57A7ED 50%; } }
.page { .page {
display: -ms-flexbox; display: -ms-flexbox;
@ -1490,7 +1492,7 @@ li.social-link a {
.slide.slide--three .slide__inner { .slide.slide--three .slide__inner {
text-align: center; text-align: center;
margin: 60px 0 60px 0; } margin: 0 0 60px 0; }
.slide__text { .slide__text {
width: 520px; } width: 520px; }

View File

@ -244,7 +244,7 @@ a {
.header__inner { .header__inner {
-ms-flex-direction: row; -ms-flex-direction: row;
flex-direction: row; flex-direction: row;
padding: 40px 0 38px 80px; } } padding: 40px 0 38px 40px; } }
.header-section { .header-section {
display: -ms-flexbox; display: -ms-flexbox;
@ -412,7 +412,9 @@ li.social-link a {
.logo__text { .logo__text {
margin: 7px 0 0 10px; } margin: 7px 0 0 10px; }
.logo__title { .logo__title {
font-size: 19px; } } font-size: 19px; }
.header {
background: #57A7ED 50%; } }
.page { .page {
display: -ms-flexbox; display: -ms-flexbox;
@ -1490,7 +1492,7 @@ li.social-link a {
.slide.slide--three .slide__inner { .slide.slide--three .slide__inner {
text-align: center; text-align: center;
margin: 60px 0 60px 0; } margin: 0 0 60px 0; }
.slide__text { .slide__text {
width: 520px; } width: 520px; }

View File

@ -38,7 +38,7 @@
@media (min-width: 640px) { @media (min-width: 640px) {
.header__inner { .header__inner {
flex-direction: row; flex-direction: row;
padding: 40px 0 38px 80px; padding: 40px 0 38px 40px;
} }
} }
@ -57,6 +57,7 @@
.header-section--right { .header-section--right {
justify-content: flex-end; justify-content: flex-end;
} }
} }
.nav { .nav {
@ -227,6 +228,9 @@ li.social-link a {
font-size: 19px; font-size: 19px;
} }
.header {
background: #57A7ED 50%;
}
// .header-section--right { // .header-section--right {
// display: none; // display: none;
// } // }

View File

@ -1,6 +1,6 @@
.slide.slide--three .slide__inner { .slide.slide--three .slide__inner {
text-align: center; text-align: center;
margin: 60px 0 60px 0 margin: 0 0 60px 0
} }
.slide__text { .slide__text {
@ -32,12 +32,12 @@
margin-top: 16px; margin-top: 16px;
border-radius: 8px; border-radius: 8px;
background-color: #57a7ed; background-color: #57a7ed;
box-shadow: 0 5px 8px 0 rgba(22, 51, 81, 0.06); box-shadow: 0 5px 8px 0 rgba(22, 51, 81, 0.06);
transition: opacity .2s ease; transition: opacity .2s ease;
} }
.slide__text .button:hover { .slide__text .button:hover {
opacity: 0.5; opacity: 0.5;
} }
@media (max-width: 740px) { @media (max-width: 740px) {
@ -60,7 +60,7 @@
} }
.slide.slide--three .slide__inner { .slide.slide--three .slide__inner {
margin: 24px 0 24px 0 margin: 24px 0 24px 0
} }
} }