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
1 changed files with 2 additions and 2 deletions

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