Skip to content

Commit 458ca5c

Browse files
committed
Root page: show content in the center on wide screens
1 parent 8a00070 commit 458ca5c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,25 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
33
<head>
44
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
5+
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0">-->
56
<meta name="twitter:card" content="summary">
67
<meta name="twitter:site" content="@bashorov">
78
<meta name="twitter:title" content="Zalim's home page">
89
<meta name="twitter:description" content="">
910

1011
<title>Hoi! o/</title>
12+
13+
<style type="text/css">
14+
.container {
15+
max-width: 920px;
16+
margin: 0 auto;
17+
padding: 5px;
18+
/*border-left: 1px dotted #ccc;*/
19+
/*border-right: 1px dotted #ccc;*/
20+
}
21+
</style>
1122
</head>
12-
<body>
23+
<body class="container">
1324
<!-- Generated from index.md using https://marked.js.org/demo/ -->
1425
<h3 id="hi">Hi!</h3>
1526

0 commit comments

Comments
 (0)