Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
b2a3e8 committed Nov 18, 2020
1 parent e59aee1 commit e37a932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ a:hover { color: var(--background-color); background-color: var(--base-color); }
* Layout
*/
.container { width: $container-width; max-width: $container-max-width; margin-right: auto; margin-left: auto; }
p { word-wrap: break-word; word-break: break-word; white-space: pre-wrap; marin-bottom: 15px; }
p { word-wrap: break-word; word-break: break-word; white-space: pre-wrap; margin-bottom: 15px; }
footer { color: var(--text-color); border-top: var(--border); margin: 20px auto 15px; padding-top: 10px; text-align: right; }
header { margin-top: 25px; margin-bottom: 10px; }
header p { text-align: left; margin: 0; }
Expand Down
2 changes: 1 addition & 1 deletion jekyll-theme-console.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-console"
spec.version = "0.3.11"
spec.version = "0.3.12"
spec.authors = ["b2a3e8"]
spec.email = ["31370519+b2a3e8@users.noreply.github.com"]

Expand Down

0 comments on commit e37a932

Please sign in to comment.