mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-22 19:08:00 +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]-->
|
<![endif]-->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper" style="width: 1060px">
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
||||||
{% if site.logo %}
|
{% if site.logo %}
|
||||||
|
@ -58,7 +58,7 @@ Ball</strong></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</header>
|
</header>
|
||||||
<section>
|
<section style="width: 780px">
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue