Skip to content

Commit

Permalink
make the styling a little friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowdHailer committed Aug 28, 2016
1 parent 54e27c8 commit 5a29279
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@

<meta name="description" content="Distributed programming, judicious use of DevOps and advancing the Web, Some thoughts and opinions from Peter Saxton">
<meta name="author" content="Peter Saxton">

<style type="text/css">
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
color: #444;
padding: 0 10px;
}

h1, h2, h3 {
line-height:1.2
}
</style>
</head>
<body>
<h1>Peter Saxton</h1>
Expand Down

0 comments on commit 5a29279

Please sign in to comment.