Skip to content

Commit

Permalink
Removed text-center, adding left/right padding to button text (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Feb 18, 2020
1 parent e6a0dbd commit 4b5b04d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,8 @@ loadingSize = 30px
display block
overflow hidden
width 100%
padding-left 50px
padding-right 15px
line-height 40px
text-align left
text-overflow ellipsis
Expand All @@ -605,8 +607,6 @@ loadingSize = 30px
white-space nowrap
transition background 0.3s
-webkit-transition background 0.3s
text-align center
padding-right 20px // just enough to balance out the social button (width: 40px)

// Thicken up the font on HDPI devices
@media (-webkit-min-device-pixel-ratio: 2),
Expand Down

0 comments on commit 4b5b04d

Please sign in to comment.