Skip to content

Commit 441d612

Browse files
committed
retitled also fixed font scaling issues
1 parent f070848 commit 441d612

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/blog.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@
9898
margin-bottom: 0.25em;
9999
}
100100
h1 {
101-
margin-bottom: -0.3em;
101+
font-size: 2em;
102+
margin-bottom: -0.2em;
102103
}
103104

104105
h2 {
@@ -151,7 +152,7 @@
151152
<!-- Top section now only contains the navbar -->
152153

153154
<header id="site-header">
154-
<h1> &gt; my.blog [~]: </h1>
155+
<h1> my_blog.py </h1>
155156
<h3 class="subtitle">__author__ = "Hudson Liu"</h2>
156157
</header>
157158
<div id="navbox">

0 commit comments

Comments
 (0)