anchor scrolling fix

pull/288/head
scotty 2016-03-30 09:03:15 -07:00
parent d0f9e5a243
commit 0121f8ba03
3 changed files with 33 additions and 67 deletions

View File

@ -706,14 +706,6 @@ dd
padding-bottom: 10px
border-bottom: 1px solid #cccccc
&:before
content: ''
display: block
height: 100px
margin-top: -100px
background-color: red
visibility: hidden
h1
font-size: 32px
padding-right: 60px

View File

@ -179,30 +179,6 @@ $video-section-height: 550px
div:last-child
float: right
//.social
// position: relative
// margin: 20px 0
//
// a
// float: left
//
// a + a
// margin-left: 10px
//
// label
// float: right
// width: auto
// display: inline-block
// height: 50px
// line-height: 50px
// font-weight: 100
// white-space: nowrap
//
// input
// margin-left: 8px
// max-width: none
#search, #wishField
background-color: transparent
padding: 10px

File diff suppressed because one or more lines are too long