diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 4ca7c19..ea8166e 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2756,9 +2756,9 @@ input[type=file]::-webkit-file-upload-button { margin-top: 27px; } -.blog-post-wr:first-child { - margin-top: -1px -} +/*.blog-post-wr:first-child {*/ + /*margin-top: -1px*/ +/*}*/ .blog-post-title p { font-size: 18px; diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index 8499b35..a2c465f 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -1082,6 +1082,12 @@ $(document).ready( var radiusLenght = (newRadius.length)-1 $(newRadius[radiusLenght]).addClass('_fix_radius_') } + + fixBlog() + function fixBlog() { + var firstPost = $('.blog-post-wr'); + $(firstPost[0]).css({marginTop:-1}) + } } ); \ No newline at end of file -- libgit2 0.21.4