Skip to content

Commit 1f215ba

Browse files
committed
Tweak margins for content and author
1 parent 4c0430d commit 1f215ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

assets/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ a:hover {
172172
font-size: 15px;
173173
margin: 0 0.5em;
174174
}
175+
.content {
176+
margin: 0 0.5em !important;
177+
}
175178
}
176179

177180

@@ -236,7 +239,7 @@ Not really any of those on the website though AFAIK.
236239
color: #ddd;
237240
display: block;
238241
max-width: 600px;
239-
margin: 0 auto;
242+
margin: 0 .5em;
240243
text-align: right;
241244
}
242245

0 commit comments

Comments
 (0)