This commit is contained in:
Le Libre Au Quotidien 2019-12-30 11:15:17 +01:00
parent be66cc0a90
commit 2b079f63a0
1 changed files with 6 additions and 0 deletions

View File

@ -19,3 +19,9 @@ h1 {
// background-color: $primary_color;
}
}
label{
float:left;
}
input[type=email]{
display:block;
}