diff --git a/css/style.css b/css/style.css index 4fa3c90..2a60cfc 100644 --- a/css/style.css +++ b/css/style.css @@ -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; -} \ No newline at end of file +} + +/* Fix for download buttons on narrow screens */ +:not(.header) + .row.center { + margin-top: -20px; +} +.row.center > :not(.header) { + margin-top: 20px; +}