proper-website-2/web/static/form.css

46 lines
492 B
CSS
Raw Normal View History

2022-03-15 16:42:26 +01:00
.input-groups {
display:flex;
flex-wrap:wrap;
}
.input-group {
padding: 6px;
}
.input-group-name {
width: 50%;
float:left;
}
.input-group-email {
width: 50%;
float:right;
padding-right: 16px;
}
.input-group-website {
width: 100%;
padding-right: 16px;
}
.input-group-message {
width: 100%;
padding-right: 16px;
}
.submit-field {
text-align: right;
padding-right: 10px;
2022-03-15 16:44:32 +01:00
padding-bottom: 10px;
width: 100%;
2022-03-15 16:42:26 +01:00
}
.input {
width: 100%;
}
.fr {
width: 100%;
display: flex;
}