Commit bacf2f4470fba040d69a511ceb94af92303cb04d

Authored by Melissa Wen
1 parent d8ea2ca7

small fix on buttons of conexions section

Showing 1 changed file with 5 additions and 2 deletions   Show diff stats
_conexions.sass
... ... @@ -22,8 +22,11 @@
22 22 padding: 0 0 0 20px
23 23 width: auto
24 24 .block-footer-content
25   - margin: 50px 20px 0 0
  25 + margin: 0 0 3px 0
26 26 text-align: right
  27 + position: absolute
  28 + right: 20px
  29 + bottom: 25px
27 30 a.view-all
28 31 background: #8EB500 none
29 32 border-radius: 20px
... ... @@ -104,7 +107,7 @@
104 107 font-size: 10px
105 108 text-transform: uppercase
106 109 .block-footer-content
107   - margin: 20px 20px 0 0
  110 + margin: 0
108 111 .raw-html-block
109 112 margin: 0
110 113 .social_widget_facebook
... ...