diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 43b99c2..260d58a 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1864,7 +1864,43 @@ p.right{text-align: right;} padding-left: 16px; background-position-x: calc(100% - 16px); } - +.otzivi_block { + width: 100%; + max-width: 865px; + float: none; + margin: 0 auto; + padding-bottom: 140px; +} +.title9 { + color: #847e7e; + font-size: 24px; + text-transform: uppercase; + font-family: 'Lato-Light'; + font-weight: 600; + margin-top: 10px; + margin-bottom: 11px; +} +.start_otzivi { + text-align: center; + text-transform: uppercase; + color: #000000; + font-size: 15px; + line-height: 26px; + font-family: 'Lato-Light'; + font-weight: 600; + margin-bottom: 15px; + max-width: 640px; + margin-left: auto; + margin-right: auto; +} +.comments_block { + border-bottom: 1px solid #d9d9d9; +} +.artbox_item_info { + border-top: 1px solid #d9d9d9; + padding-top: 18px; + padding-bottom: 27px; +} /**/ @media (min-width: 1200px){ .nav_up{ -- libgit2 0.21.4