Commit 107d8efc5ff838c12a25a8402f6d57ef35212091

Authored by Eugeny Galkovskiy
1 parent bf7d1c3c

h2 about to div

frontend/views/site/about.php
... ... @@ -20,7 +20,7 @@
20 20 <div class="col-md-12">
21 21  
22 22 <div class="heading">
23   - <h2>О клинике</h2>
  23 + <div class="titleheading">О клинике</div>
24 24 </div>
25 25  
26 26 <?php
... ...
frontend/web/css/custom.css
... ... @@ -438,6 +438,20 @@ div.modal-title{
438 438 color: #333333;
439 439 font-size: 24px;
440 440 }
  441 +.titleheading{
  442 + display: inline-block;
  443 + line-height: 1.1;
  444 + margin-bottom: 0px;
  445 + padding-bottom: 10px;
  446 + vertical-align: middle;
  447 + text-transform: uppercase;
  448 + letter-spacing: 0.06em;
  449 + border-bottom: 5px solid rgb(79, 191, 168);
  450 + margin-top: 20px;
  451 + font-family: Roboto, Helvetica, Arial, sans-serif;
  452 + font-weight: 900;
  453 + font-size: 30px;
  454 +}
441 455  
442 456 @media (max-width: 767px) {
443 457 ._dropdown-wr ._dropdown{
... ...