Skip to content

Commit 3b97a12

Browse files
committed
Set the presentation width to 80 characters
That's the ideal line length in a git commit. I can make the presentation match it.
1 parent a2be7ec commit 3b97a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ html {
157157

158158
body {
159159
font-size: 1rem;
160-
max-width: 50rem;
160+
max-width: 80ch;
161161
margin: 2rem auto;
162162
}
163163

0 commit comments

Comments
 (0)