Skip to content

Commit

Permalink
Centre text on full width buttons
Browse files Browse the repository at this point in the history
Text on native input button/submit inputs is normally centred. When links are dressed as buttons the text is left aligned. This is okay on tablet views and above as buttons are only as wide as they need to be but on mobile views, buttons are full width. Centre the text for full width buttons for consistency.
  • Loading branch information
Gavin Boulton committed Aug 22, 2016
1 parent 7c54995 commit 9d115d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/sass/elements/_buttons.scss
Expand Up @@ -8,6 +8,7 @@

@include media (mobile) {
width: 100%;
text-align: center;
}
}

Expand Down

0 comments on commit 9d115d6

Please sign in to comment.