diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index a686558..26855c2 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1731,6 +1731,23 @@ p.right{text-align: right;} max-width: 1008px; } + +.comm_line_1 .user_data, .comm_line_1 .user_name{ + padding-left: 0; + font-family: 'Lato-Medium'; + font-size: 14px; + color: #7e7e82; + float: none; + display: inline; +} +.user_txt{ + padding-left: 0; + font-size: 15px; + font-family: 'Lato-Medium'; + color: #343333; + line-height: 18px; +} + /**/ @media (min-width: 1200px){ .nav_up{ -- libgit2 0.21.4