Adjust page widths

This commit is contained in:
Oliver Davies 2019-03-07 09:36:53 +00:00
parent 966b745ddb
commit 7ca27d694e
2 changed files with 2 additions and 3 deletions

View file

@ -5,7 +5,7 @@
{% 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">
{% block page_title_wrapper %}
<h1 class="leading-tight mb-4">

View file

@ -6,9 +6,8 @@ meta:
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.'
type: website
use:
- posts
permalink: /
wide: true
---
{% block content %}
<div class="md:flex -mx-6">