Browse Source

Change submit button alignment

theenglishway (time) 6 năm trước cách đây
mục cha
commit
789f2149da
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      form/style.css

+ 4 - 0
form/style.css

@@ -24,6 +24,10 @@ body {
   background-color: var(--color-form);
 }
 
+.form__submit {
+  align-self: flex-end;
+}
+
 .field {
   display: flex;
   align-items: center;