Поправил отображения формы
This commit is contained in:
@@ -161,14 +161,14 @@ export default {
|
|||||||
width: 324px
|
width: 324px
|
||||||
.form-wrap
|
.form-wrap
|
||||||
display: grid
|
display: grid
|
||||||
grid-template-columns: repeat(3, 1fr)
|
grid-template-columns: repeat(3, auto)
|
||||||
grid-template-rows: repeat(1, 1fr)
|
grid-template-rows: repeat(1, auto)
|
||||||
@media(max-width: 1900px)
|
@media(max-width: 1900px)
|
||||||
grid-template-columns: repeat(2, 1fr)
|
grid-template-columns: repeat(2, auto)
|
||||||
grid-template-rows: repeat(2, 1fr)
|
grid-template-rows: repeat(2, auto)
|
||||||
@media(max-width: 1320px)
|
@media(max-width: 1320px)
|
||||||
grid-template-columns: repeat(1, 1fr)
|
grid-template-columns: repeat(1, auto)
|
||||||
grid-template-rows: repeat(3, 1fr)
|
grid-template-rows: repeat(3, auto)
|
||||||
.network-field
|
.network-field
|
||||||
background-color: var(--bg-light-grey)
|
background-color: var(--bg-light-grey)
|
||||||
.label-field
|
.label-field
|
||||||
|
|||||||
Reference in New Issue
Block a user