fix

parent 9efac8ee
......@@ -2,6 +2,7 @@
return [
'Your name' => 'Ваше имя',
'Telephone' => 'Телефон',
'Phone' => 'Телефон',
'Short text about your project or idea' => 'Опишите в двух словах ваш проект',
'Write a message' => 'Опишите в двух словах ваш проект',
'Choose file' => 'Выбрать файл',
......
......@@ -123,7 +123,7 @@ $lang = Languages::getCurrent();
'template' => '<div class="row"><div class="col-sm-4">{input}</div></div>',
'errorOptions' => []
])->textInput([
'placeholder' => \Yii::t('form', 'Phone').'*',
'placeholder' => \Yii::t('form', 'Phone').' *',
'class' => 'sect_cont_form__input'
]); ?>
......
......@@ -322,6 +322,9 @@ filter: progid:DXImageTransform.
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
bottom: -25px;
}
.code_block {
margin-top: 0;
}
.others_project__subtitle {
margin-bottom: 10px;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment