From c974bb6a6b9bd6efe422ec3ab677972c7e22954c Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Tue, 15 Apr 2014 17:35:29 +0100 Subject: [PATCH] Centred .btn so widths are possible --- css/_forms.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/_forms.scss b/css/_forms.scss index bbc8c25..352b21b 100755 --- a/css/_forms.scss +++ b/css/_forms.scss @@ -43,5 +43,6 @@ textarea { height: ($base-margin-bottom * 1.5); line-height: ($base-margin-bottom * 1.5); padding: 0 $base-margin-bottom; + text-align: center; width: auto; -} \ No newline at end of file +}