Skip to content

Instantly share code, notes, and snippets.

@jfo
Last active January 24, 2018 16:32
Show Gist options
  • Save jfo/f963e8771b42be59b9e5f930a85829cf to your computer and use it in GitHub Desktop.
Save jfo/f963e8771b42be59b9e5f930a85829cf to your computer and use it in GitHub Desktop.
diff --git a/www/index.html b/www/index.html
index d2a7c16..4678e9f 100644
--- a/www/index.html
+++ b/www/index.html
@@ -6,13 +6,22 @@
<title>The Zig Programming Language</title>
<link rel="stylesheet" type="text/css" href="highlight/styles/default.css">
<style type="text/css">
- img {
- max-width: 100%;
+ body{
+ margin:40px
+ auto;max-width:750px;
+ line-height:1.3;
+ font-size:18px;
+ color:#444;
+ padding:0 10px
}
+ h1,h2,h3{ line-height:1.2 }
+ img { max-width: 100%; }
</style>
</head>
<body>
- <img src="zig-logo.svg">
+ <div style="display:block;margin: 0 auto">
+ <img style="display:block;margin: 0 auto"src="zig-logo.svg">
+ </div>
<p>
Zig is an open-source programming language designed for <strong>robustness</strong>,
<strong>optimality</strong>, and <strong>clarity</strong>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment