Commit 107d8efc5ff838c12a25a8402f6d57ef35212091
1 parent
bf7d1c3c
h2 about to div
Showing
2 changed files
with
15 additions
and
1 deletions
Show diff stats
frontend/views/site/about.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{ | ... | ... |