Explorar el Código

Change submit button alignment

theenglishway (time) hace 6 años
padre
commit
789f2149da
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;