mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-15 10:52:59 +00:00
Fix unnecessary scrollbar on high resolutions
This commit is contained in:
@@ -85,20 +85,20 @@ html
|
||||
#feed
|
||||
|
||||
|
||||
footer
|
||||
a(href='https://koodiklinikka.slack.com')
|
||||
i.fa.fa-slack
|
||||
footer
|
||||
a(href='https://koodiklinikka.slack.com')
|
||||
i.fa.fa-slack
|
||||
|
||||
a(href='https://github.com/koodiklinikka/koodiklinikka.fi')
|
||||
i.fa.fa-github
|
||||
a(href='https://github.com/koodiklinikka/koodiklinikka.fi')
|
||||
i.fa.fa-github
|
||||
|
||||
a(href='https://twitter.com/koodiklinikka')
|
||||
i.fa.fa-twitter
|
||||
a(href='https://twitter.com/koodiklinikka')
|
||||
i.fa.fa-twitter
|
||||
|
||||
a(href='https://www.facebook.com/koodiklinikka')
|
||||
i.fa.fa-facebook
|
||||
a(href='https://www.facebook.com/koodiklinikka')
|
||||
i.fa.fa-facebook
|
||||
|
||||
span#email
|
||||
span#email
|
||||
|
||||
#fader
|
||||
// inject:js
|
||||
|
||||
@@ -39,8 +39,6 @@ a
|
||||
|
||||
.container
|
||||
flex 1
|
||||
min-height 100vh
|
||||
padding-bottom footerHeight
|
||||
|
||||
section
|
||||
background #fff
|
||||
@@ -170,11 +168,9 @@ section:first-child
|
||||
footer
|
||||
height footerHeight
|
||||
line-height footerHeight
|
||||
margin-top footerHeight * -1
|
||||
padding 0.5em
|
||||
padding-right 1em
|
||||
z-index 2
|
||||
position relative
|
||||
border-top 1px solid #ECECEC
|
||||
font-size 1.5em
|
||||
i
|
||||
|
||||
Reference in New Issue
Block a user