Centred .btn so widths are possible

This commit is contained in:
Mike Francis 2014-04-15 17:35:29 +01:00
parent f76f3f5115
commit c974bb6a6b
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}
}