Centred .btn so widths are possible
This commit is contained in:
parent
f76f3f5115
commit
c974bb6a6b
|
@ -43,5 +43,6 @@ textarea {
|
||||||
height: ($base-margin-bottom * 1.5);
|
height: ($base-margin-bottom * 1.5);
|
||||||
line-height: ($base-margin-bottom * 1.5);
|
line-height: ($base-margin-bottom * 1.5);
|
||||||
padding: 0 $base-margin-bottom;
|
padding: 0 $base-margin-bottom;
|
||||||
|
text-align: center;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue