Commit 9f4ea07479cc9874f3e1feb3e3a4aa845b5fc243
1 parent
95b360e8
modals
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -119,9 +119,7 @@ |
119 | 119 | <div class="container"> |
120 | 120 | <div class="row"> |
121 | 121 | <div class="col-xs-5 contact"> |
122 | - <p class="hidden-sm hidden-xs">тел. <a href="tel:+380969559915">+38 (096) 955 99 15</a></p> | |
123 | - <p class="hidden-sm hidden-xs">|</p> | |
124 | - <p class="hidden-sm hidden-xs"><a href="#" data-toggle="modal" data-target="#question-modal">Обратная связь</a></p> | |
122 | + <p class="hidden-sm hidden-xs">тел. <a href="tel:+380969559915">+38 (096) 955 99 15</a> | <a href="#" data-toggle="modal" data-target="#question-modal">Обратная связь</a></p> | |
125 | 123 | </div> |
126 | 124 | </div> |
127 | 125 | </div> | ... | ... |