diff --git a/_layouts/default.html b/_layouts/default.html index 214c6f7..cf56a41 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,21 +10,20 @@ MILLIRON X - {{ page.title }} - + - - - + + + - + - - - + + - + + + - - + + - + - - - - - - + + + + + + - - + + \ No newline at end of file diff --git a/js/MillironX_CustomScripts.js b/js/MillironX_CustomScripts.js index 8ac7043..b9619ee 100644 --- a/js/MillironX_CustomScripts.js +++ b/js/MillironX_CustomScripts.js @@ -1,5 +1,4 @@ -$(function () { $('#githubFlair').socialFlair('github', 'millironx', {}); }); -$(".img-src").width($("#main-content").width()); +$(".img-src").width($("#main-content").width()); $(window).resize(function () { $(".img-src").width($("#main-content").width()); }); $("#nav-link-container").height($("#nav-link-list").height()); $("#motto").fitText();