Skip to content

Commit 9b2ad74

Browse files
committed
smaller pinecones, remove stellar - I can get it to look good locally, but always wonky when I deploy it.
1 parent 94674e9 commit 9b2ad74

File tree

3 files changed

+9
-16
lines changed

3 files changed

+9
-16
lines changed

_layouts/default.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
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 }}">

css/style.scss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -286,21 +286,21 @@ section {
286286
#near-cone {
287287
position: absolute;
288288
z-index: -1;
289-
bottom: -30px;
290-
right: -123px;
291-
width: 501px;
292-
height: 687px;
289+
bottom: 93px;
290+
right: -43px;
291+
width: 275px;
292+
height: 400px;
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: 39px;
300+
bottom: 96px;
301301
left: -39px;
302-
width: 321px;
303-
height: 435px;
302+
width: 193px;
303+
height: 261px;
304304
}
305305
#far-cone {
306306
position: absolute;
@@ -317,8 +317,8 @@ section {
317317

318318
.footer {
319319
text-align: center;
320-
margin-top: 100px;
321-
padding-bottom: 110px;
320+
margin-top: 20px;
321+
padding-bottom: 55px;
322322
width: 100%;
323323
@media (max-width: $screen-sm-min) {
324324
margin-top: 30px;

js/main.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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.";

0 commit comments

Comments
 (0)