diff --git a/package.json b/package.json index 81deec7..b5482bc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "jquery-plugin", "ecosystem:jquery" ], - "version": "5.4.3", + "version": "5.4.4", "author": { "name": "Brendon Body", "url": "https://github.com/bbody" diff --git a/templates/index.pug b/templates/index.pug index 64f2d19..055bd0b 100644 --- a/templates/index.pug +++ b/templates/index.pug @@ -19,10 +19,10 @@ html(lang='en') if production include partials/analytics.pug - else - link(href="https://fonts.googleapis.com/css?family=Ubuntu+Mono", rel="stylesheet") - style - include partials/style.css + + link(href="https://fonts.googleapis.com/css?family=Ubuntu+Mono", rel="stylesheet") + style + include partials/style.css body if production include partials/github_banner.pug diff --git a/templates/partials/style.css b/templates/partials/style.css index eb35b23..46cddf3 100644 --- a/templates/partials/style.css +++ b/templates/partials/style.css @@ -7,3 +7,6 @@ .cmd div { font-family: 'Ubuntu Mono', monospace !important; } +.cmd { + margin-bottom: 85px; +} \ No newline at end of file