fix

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