mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-17 18:02:05 +01:00
Fix pages widths
This commit is contained in:
parent
0257c4d99e
commit
1bb015d10f
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<div class="wrapper" style="width: 1060px">
|
||||
<header>
|
||||
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
||||
{% if site.logo %}
|
||||
|
@ -58,7 +58,7 @@ Ball</strong></a></li>
|
|||
</ul>
|
||||
{% endif %}
|
||||
</header>
|
||||
<section>
|
||||
<section style="width: 780px">
|
||||
|
||||
{{ content }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue