File tree Expand file tree Collapse file tree 3 files changed +9
-16
lines changed
Expand file tree Collapse file tree 3 files changed +9
-16
lines changed Original file line number Diff line number Diff line change 1919 < link rel ="stylesheet " href ="/css/style.css ">
2020 < link href ='http://fonts.googleapis.com/css?family=Open+Sans ' rel ='stylesheet ' type ='text/css '>
2121 < script src ="/bower_components/jquery/dist/jquery.min.js "> </ script >
22- < script src ="/bower_components/stellar/jquery.stellar.min.js "> </ script >
2322 < script src ="/js/libs/modernizr-2.7.1.min.js "> </ script >
2423</ head >
2524< body id ="{{ page.title }} ">
Original file line number Diff line number Diff line change @@ -286,21 +286,21 @@ section {
286286 #near-cone {
287287 position : absolute ;
288288 z-index : -1 ;
289- bottom : -30 px ;
290- right : -123 px ;
291- width : 501 px ;
292- height : 687 px ;
289+ bottom : 93 px ;
290+ right : -43 px ;
291+ width : 275 px ;
292+ height : 400 px ;
293293 @media (max-width : $screen-sm-min ) {
294294 display : none !important ;
295295 }
296296 }
297297 #mid-cone {
298298 position : absolute ;
299299 z-index : -2 ;
300- bottom : 39 px ;
300+ bottom : 96 px ;
301301 left : -39px ;
302- width : 321 px ;
303- height : 435 px ;
302+ width : 193 px ;
303+ height : 261 px ;
304304 }
305305 #far-cone {
306306 position : absolute ;
@@ -317,8 +317,8 @@ section {
317317
318318.footer {
319319 text-align : center ;
320- margin-top : 100 px ;
321- padding-bottom : 110 px ;
320+ margin-top : 20 px ;
321+ padding-bottom : 55 px ;
322322 width : 100% ;
323323 @media (max-width : $screen-sm-min ) {
324324 margin-top : 30px ;
Original file line number Diff line number Diff line change @@ -8,12 +8,6 @@ function isMobile() {
88}
99
1010$ ( function ( ) {
11- if ( ! Modernizr . touch ) {
12- $ ( window ) . stellar ( ) ;
13- $ ( window ) . resize ( function ( ) {
14- $ ( window ) . stellar ( 'refresh' ) ;
15- } ) ;
16- }
1711
1812 function renderThankYouForContacting ( ) {
1913 var thankYouHeading = "Thanks for contacting us." ;
You can’t perform that action at this time.
0 commit comments