forked from spen/seminar
18 lines
257 B
CSS
18 lines
257 B
CSS
|
@media (max-width:767px){
|
||
|
.form-group{
|
||
|
justify-content:flex-start !important;
|
||
|
flex-wrap: wrap;
|
||
|
&>span{
|
||
|
padding-left: 0.7em;
|
||
|
&>br{
|
||
|
display:none;
|
||
|
}
|
||
|
}
|
||
|
&>.col-sm-10.controls{
|
||
|
width:100%;
|
||
|
textarea{
|
||
|
min-height: 8em;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|