Commit b465941a489173941f25fff5c6a4cabffdba0be1
1 parent
5046b3a6
Размер шрифта в страницах
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
frontend/views/page/view.php
| @@ -25,9 +25,11 @@ | @@ -25,9 +25,11 @@ | ||
| 25 | <div class="col-md-9 clearfix"> | 25 | <div class="col-md-9 clearfix"> |
| 26 | <section> | 26 | <section> |
| 27 | <div id="text-page"> | 27 | <div id="text-page"> |
| 28 | + <div class="lead"> | ||
| 28 | 29 | ||
| 29 | - <?= $model->lang->body ?> | ||
| 30 | - | 30 | + <?= $model->lang->body ?> |
| 31 | + | ||
| 32 | + </div> | ||
| 31 | </div> | 33 | </div> |
| 32 | </section> | 34 | </section> |
| 33 | 35 |