diff --git a/css/style.css b/css/style.css index 61fb80e5..631522d3 100644 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,6 @@ html, body { height: 100%; + width: 100%; font-family: 'Source Sans Pro'; } @@ -17,7 +18,8 @@ body h5 { /*margin-top: 2%;*/ padding: 5px; /*background: #e8e8e8;*/ - width: 500px; + max-width: 750px; + width: 100%; height: 100%; position: relative; overflow: hidden; @@ -25,7 +27,8 @@ body h5 { } #slider-container { - width: 1000px; + max-width: 1500px; + width: 1500px; height: 100%; } @@ -39,7 +42,8 @@ body h5 { .block { display: inline-block; height: 100%; - width: 500px; + max-width: 750px; + width: 49%; height: 100%; padding: 5px; } @@ -53,11 +57,12 @@ body .form-control { max-width: 240px; font-size: 25px; /*font-weight: bold;*/ - margin: -41px auto 0 auto; + margin: -35px auto 0 auto; } body .page-header { - margin-top: 5px; + margin-top: 0px; + padding: 0 10px; } div.br { diff --git a/index.html b/index.html index 7e822d8b..c5fe533e 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@
+