8000 Reduce post width / line length · rwalters/blog.rust-lang.org@d430ba2 · GitHub
[go: up one dir, main page]

Skip to content

Commit d430ba2

Browse files
committed
Reduce post width / line length
1 parent 5e430c2 commit d430ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/post.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{#*inline "page"}}
22
<section id="{{post.title}}" class="white">
3-
<div class="w-100 mw-none ph3 mw8-m mw9-l center f3">
3+
<div class="w-100 mw-none ph3 mw8-m mw8-l center f3">
44
<header>
55
<h2>{{ post.title }}</h2>
66
<div class="highlight"></div>

0 commit comments

Comments
 (0)
0