Skip to content

Commit

Permalink
Merge pull request #2666 from jsit/logo-align
Browse files Browse the repository at this point in the history
Adjust amp-social-share CSS so that SVG logo backgrounds are centered
  • Loading branch information
dvoytenko committed Mar 25, 2016
2 parents 378e5b5 + d322600 commit f19f30a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions extensions/amp-social-share/0.1/amp-social-share.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@ amp-social-share {
amp-social-share span {
display: block;
border-radius: 5px;
height: 44px;
width: 60px;
height: 100%;
width: 100%;
}

amp-social-share a {
display: block;
padding: 12px;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
text-decoration: none;
}

Expand Down

0 comments on commit f19f30a

Please sign in to comment.