Center align submit button

This commit is contained in:
Keegan
2016-02-29 21:54:45 +11:00
parent d6461e1fb5
commit eb1d336f8f
4 changed files with 6 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
.component-submit {
text-align: center;
}
+1 -1
View File
@@ -9,7 +9,7 @@ button,
font-size: 1rem;
line-height: 1;
border: none;
display: block;
display: inline-block;
color: $color-white;
min-width: 12rem;