Commit af4ddfe9adb42e3b8915b4f637b34bec12b25a98

Authored by Eugeny Galkovskiy
1 parent 3d1f5c55

Услуги - записаться на приём

frontend/views/page/view.php
... ... @@ -120,7 +120,7 @@ _________________________________________________________ -->
120 120 <!-- /#content -->
121 121  
122 122  
123   -<div id="get-it">
  123 +<div id="get-it" class="pages">
124 124 <div class="container">
125 125 <div class="col-md-12 col-sm-12" style="text-align: center;">
126 126 <a href="#" class="btn bnm btn-template-transparent-primary modal-link" style="font-size:18px;" data-title="<?php echo $seo->title;?>" data-form="booknow-modal">Записаться на приём</a>
... ...
frontend/web/css/custom.css
... ... @@ -208,4 +208,7 @@
208 208 }
209 209 .appment-page .modal-body{
210 210 margin-bottom: 60px;
  211 +}
  212 +.pages#get-it{
  213 + padding: 20px 0 20px;
211 214 }
212 215 \ No newline at end of file
... ...