Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ img {
body {
background-color: #f7f7f7;
color: #222;
line-height: 1.5;
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial,
sans-serif;
Expand All @@ -116,6 +117,7 @@ h4,
h5,
h6 {
font-family: "Helvetica Neue", "Verdana", sans-serif;
text-wrap: balance;
}

nav {
Expand Down Expand Up @@ -433,6 +435,10 @@ article {
word-wrap: break-word;
}

article p {
max-width: 65ch;
}

article header h1,
article header h2 {
word-wrap: break-word;
Expand Down Expand Up @@ -518,6 +524,7 @@ pre.line-numbers {
pre {
background-color: #141414;
}

}

/**
Expand Down