fix mobile

pull/69/head
Scott Miller 5 years ago
parent 3afdf15e81
commit ce16b01759
No known key found for this signature in database
GPG Key ID: 60B4446C16E16419

@ -29,22 +29,6 @@ p {
width: 100%;
}
@media only screen and (max-width : 992px) {
.parallax-container .section {
position: absolute;
top: 40%;
}
#index-banner .section {
top: 10%;
}
}
@media only screen and (max-width : 600px) {
#index-banner .section {
top: 0;
}
}
.icon-block {
padding: 0 15px;
}
@ -54,4 +38,12 @@ p {
footer.page-footer {
margin: 0;
}
}
/* Fix for download buttons on narrow screens */
:not(.header) + .row.center {
margin-top: -20px;
}
.row.center > :not(.header) {
margin-top: 20px;
}

Loading…
Cancel
Save