Skip to content

Commit 72d8ce1

Browse files
committed
add some margin around pre in articles
1 parent 99f90b1 commit 72d8ce1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

public/css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,10 @@ ul {
299299
border-bottom-color: #480c28;
300300
}
301301

302+
#content img {
303+
border: solid 3px #999;
304+
}
305+
302306
/* ---- Article ---- */
303307

304308
article {
@@ -322,6 +326,7 @@ article pre {
322326
background: #eee;
323327
padding: 1em;
324328
border: solid 1px #999;
329+
margin: 2em 0pt;
325330
}
326331

327332
article p, article ul {

0 commit comments

Comments
 (0)