diff --git a/stylesheets/icons.less b/stylesheets/icons.less index 4f9e23ca..162071c3 100644 --- a/stylesheets/icons.less +++ b/stylesheets/icons.less @@ -40,7 +40,7 @@ .mf { font-family: "FontMfizz"; font-size: small; text-align: center; } -.js-icon { .mf; content: "\f148"; } +.js-icon { .mf; content: "\f148"; top: 0px; } .node-icon { .mf; content: "\f14c"; font-size: medium; } .python-icon { .mf; content: "\f109"; } // .c-icon { .mf; content: "\f10e"; }