diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index c0c41c7..faed945 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -712,10 +712,12 @@ footer .socbuts a:hover{ } .textile_bottom .title1{ margin: 1px; + margin-right: 95px; } .textile_bottom .post_1_main{ margin-bottom: 12px; letter-spacing: 0.4px; + margin-right: 95px; } .post_1 .titles{ padding-left: 100px; @@ -723,6 +725,9 @@ footer .socbuts a:hover{ .textitle_bottom{ margin-bottom: 134px; } +.textile_bottom .more{ + margin-right: 95px; +} .post_1_start{ display: flex; padding-left: 50px; @@ -1817,6 +1822,8 @@ p.right{text-align: right;} } + + .comm_line_1 .user_data, .comm_line_1 .user_name{ padding-left: 0; font-family: 'Lato-Medium'; -- libgit2 0.21.4