From cf05757e27ad41c6513a4c2456db5714dc2bd110 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Mon, 13 Nov 2017 10:06:27 +0200 Subject: [PATCH] edits --- frontend/web/css/custom.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index 11cd9d5..c84a02b 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -489,6 +489,14 @@ div.modal-title{ display: block; z-index: 99999; } + +.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .header-kristal .container h1, .header-kristal .container .header-text-right{ + max-width: 100%; + word-wrap: break-word; +} +.comments-start,.title-comment{ + max-width:100%; +} @media (max-width: 991px) { .footer-copyrights{ margin-top:0; @@ -525,4 +533,20 @@ div.modal-title{ box-shadow: none; margin-top: 7px; } +} + +@media (max-width: 595px) { + .forms_wr_{ + width: 100%!important; + left: 0!important; + margin-left: 0!important; + border-radius: 0!important; + top: 0!important; + margin-top: 0!important; + padding-top: 10px!important; + padding-bottom: 15px!important; + } + h1, .header-kristal .container h1{font-size: 30px;} + .header-kristal .container .header-text-right{font-size:18px;} + .jumbotron p{font-size:16px;} } \ No newline at end of file -- libgit2 0.21.4