Skip to content

Commit

Permalink
make the three cards fit on one row on a MBA
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailM committed May 15, 2017
1 parent 1d9a0b1 commit d78ce98
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion style.css
Expand Up @@ -537,5 +537,16 @@ body {
}

#features .content-feature-card {
vertical-align: top;
vertical-align: top;
}


@media screen and (max-width: 1500px) {
.content-feature-card {
margin: 0 auto 20px auto;
}
.content-sub-container {
margin: 0 20px 20px 20px;
padding-top: 30px;
}
}

0 comments on commit d78ce98

Please sign in to comment.