Skip to content

Commit

Permalink
Increase code block width
Browse files Browse the repository at this point in the history
  • Loading branch information
CQCumbers committed Oct 5, 2021
1 parent 68a7d18 commit c8f34be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem "webrick", "~> 1.7"
7 changes: 6 additions & 1 deletion assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
max-width: 720px;
max-width: 820px;
margin: auto;
padding: 20px;
line-height: 1.5;
Expand All @@ -22,6 +22,10 @@ h1, h2, h3 {
font-weight: normal;
}

p, ul {
max-width: 720px;
}

pre {
padding: 1rem;
overflow: auto;
Expand Down Expand Up @@ -51,6 +55,7 @@ th, td {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 720px;
}

.nav-links {
Expand Down

0 comments on commit c8f34be

Please sign in to comment.