Skip to content

Commit 5a29279

Browse files
committed
make the styling a little friendly
1 parent 54e27c8 commit 5a29279

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@
99

1010
<meta name="description" content="Distributed programming, judicious use of DevOps and advancing the Web, Some thoughts and opinions from Peter Saxton">
1111
<meta name="author" content="Peter Saxton">
12+
13+
<style type="text/css">
14+
body {
15+
margin: 40px auto;
16+
max-width: 650px;
17+
line-height: 1.6;
18+
font-size: 18px;
19+
color: #444;
20+
padding: 0 10px;
21+
}
22+
23+
h1, h2, h3 {
24+
line-height:1.2
25+
}
26+
</style>
1227
</head>
1328
<body>
1429
<h1>Peter Saxton</h1>

0 commit comments

Comments
 (0)