Commit cf05757e27ad41c6513a4c2456db5714dc2bd110
1 parent
0c1e7d9b
edits
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,6 +489,14 @@ div.modal-title{ | ||
489 | display: block; | 489 | display: block; |
490 | z-index: 99999; | 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 | @media (max-width: 991px) { | 500 | @media (max-width: 991px) { |
493 | .footer-copyrights{ | 501 | .footer-copyrights{ |
494 | margin-top:0; | 502 | margin-top:0; |
@@ -525,4 +533,20 @@ div.modal-title{ | @@ -525,4 +533,20 @@ div.modal-title{ | ||
525 | box-shadow: none; | 533 | box-shadow: none; |
526 | margin-top: 7px; | 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 | \ No newline at end of file | 553 | \ No newline at end of file |