Skip to content

Commit

Permalink
Merge pull request #587 from algolia/fix/stickers
Browse files Browse the repository at this point in the history
docs(live-doc): fix stickers position
  • Loading branch information
Vincent Voyer committed Nov 13, 2015
2 parents 8461715 + 0241867 commit a047077
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/css/_documentation.sass
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,19 @@ code
margin-bottom: 10px
p
padding: 0
height: 100%
padding: 0
margin: 0
img
top: -2px
position: absolute
top: 50%
left: 50%
transform: translate(-50%, -50%)
margin-top: -2px
.sticker-algolia
animation-delay: 0.5s
img
top: -4px
margin-top: -4px
.sticker-open-source
animation-delay: 1s
.sticker-ux
Expand Down

0 comments on commit a047077

Please sign in to comment.