0.0.08 form poster

This commit is contained in:
SBD
2025-01-10 22:13:59 +03:00
parent 4c96c94549
commit 8f43ede3f0
12 changed files with 45 additions and 12 deletions

View File

@@ -2,8 +2,24 @@
.form_line{
padding: 40px 0;
border-bottom: 1px solid #E6E6E6;
input.half{width: calc(100% - 40px)}
@media (max-width: 992px) {
&._50_grid{
grid-template-columns: 1fr;
}
input.half{width: 100%}
}
&:last-of-type{
border-bottom: none;
}
}
@media (max-width: 992px) {
.w_radio_inputs{
grid-template-columns: repeat(2, 1fr);
}
} @media (max-width: 768px) {
.w_radio_inputs{
grid-template-columns: repeat(1, 1fr);
}
}
}