1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-15 16:14:51 +02:00

Fix pages widths

This commit is contained in:
Paul Schaub 2022-08-04 15:45:03 +02:00
parent 0257c4d99e
commit 1bb015d10f
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -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 }}