Commit a8b89f1e606f255ac8e07800d43d5628f051065e
1 parent
604ffdcf
Веталь
Showing
1 changed file
with
10 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -872,4 +872,13 @@ a.active{font-weight:bold;text-decoration: underline;} |
872 | 872 | margin-bottom: 0 !important; |
873 | 873 | } |
874 | 874 | .why_me_ {padding-top: 30px; overflow: hidden;} |
875 | -.why_me_ .why_list {width: 1038px; margin-left: -58px} | |
876 | 875 | \ No newline at end of file |
876 | +.why_me_ .why_list {width: 1038px; margin-left: -58px} | |
877 | +.seo_text { | |
878 | + font-size: 13px; | |
879 | + color: #333; | |
880 | + font-family: Roboto !important; | |
881 | +} | |
882 | +.seo_text p { | |
883 | + margin: 10px 0 0 0; | |
884 | +} | |
885 | +.seo_text p:first-child {margin-top: 0} | ... | ... |