Commit 69b2edf3bebaac4a762c9806db02307cf911106c
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
24 additions
and
0 deletions
Show diff stats
frontend/web/css/custom.css
| ... | ... | @@ -489,6 +489,14 @@ div.modal-title{ |
| 489 | 489 | display: block; |
| 490 | 490 | z-index: 99999; |
| 491 | 491 | } |
| 492 | + | |
| 493 | +.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .header-kristal .container h1, .header-kristal .container .header-text-right{ | |
| 494 | + max-width: 100%; | |
| 495 | + word-wrap: break-word; | |
| 496 | +} | |
| 497 | +.comments-start,.title-comment{ | |
| 498 | + max-width:100%; | |
| 499 | +} | |
| 492 | 500 | @media (max-width: 991px) { |
| 493 | 501 | .footer-copyrights{ |
| 494 | 502 | margin-top:0; |
| ... | ... | @@ -525,4 +533,20 @@ div.modal-title{ |
| 525 | 533 | box-shadow: none; |
| 526 | 534 | margin-top: 7px; |
| 527 | 535 | } |
| 536 | +} | |
| 537 | + | |
| 538 | +@media (max-width: 595px) { | |
| 539 | + .forms_wr_{ | |
| 540 | + width: 100%!important; | |
| 541 | + left: 0!important; | |
| 542 | + margin-left: 0!important; | |
| 543 | + border-radius: 0!important; | |
| 544 | + top: 0!important; | |
| 545 | + margin-top: 0!important; | |
| 546 | + padding-top: 10px!important; | |
| 547 | + padding-bottom: 15px!important; | |
| 548 | + } | |
| 549 | + h1, .header-kristal .container h1{font-size: 30px;} | |
| 550 | + .header-kristal .container .header-text-right{font-size:18px;} | |
| 551 | + .jumbotron p{font-size:16px;} | |
| 528 | 552 | } |
| 529 | 553 | \ No newline at end of file | ... | ... |