Adjust page widths
This commit is contained in:
parent
966b745ddb
commit
7ca27d694e
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
{% include 'layout/navbar' %}
|
{% include 'layout/navbar' %}
|
||||||
|
|
||||||
<div class="mt-24 max-w-xl px-4 mx-auto">
|
<div class="mt-24 px-4 mx-auto {{ page.wide ? 'max-w-xl' : 'max-w-lg' }}">
|
||||||
<main id="main-content">
|
<main id="main-content">
|
||||||
{% block page_title_wrapper %}
|
{% block page_title_wrapper %}
|
||||||
<h1 class="leading-tight mb-4">
|
<h1 class="leading-tight mb-4">
|
||||||
|
|
|
@ -6,9 +6,8 @@ meta:
|
||||||
title: 'Oliver Davies - Full Stack Developer, System Administrator, PHP and Drupal specialist'
|
title: 'Oliver Davies - Full Stack Developer, System Administrator, PHP and Drupal specialist'
|
||||||
description: 'The personal website and blog of Oliver Davies, a Full Stack Developer and System Administrator from Wales, UK.'
|
description: 'The personal website and blog of Oliver Davies, a Full Stack Developer and System Administrator from Wales, UK.'
|
||||||
type: website
|
type: website
|
||||||
use:
|
|
||||||
- posts
|
|
||||||
permalink: /
|
permalink: /
|
||||||
|
wide: true
|
||||||
---
|
---
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="md:flex -mx-6">
|
<div class="md:flex -mx-6">
|
||||||
|
|
Loading…
Reference in a new issue