Skip to content

Commit

Permalink
🎨 Add padding to bottom for ad in production
Browse files Browse the repository at this point in the history
  • Loading branch information
bbody committed Nov 9, 2019
1 parent f0fa7bf commit d842982
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions templates/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions templates/partials/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
.cmd div {
font-family: 'Ubuntu Mono', monospace !important;
}
.cmd {
margin-bottom: 85px;
}

0 comments on commit d842982

Please sign in to comment.