Update layout

This commit is contained in:
Oliver Davies 2018-12-29 23:41:01 +00:00
parent e06622ded8
commit 09d8b54c6f
12 changed files with 128 additions and 175 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="no-js text-sm md:text-base" lang="en-GB">
<html class="no-js text-base md:text-lg" lang="en-GB">
<head>
<title>{% if page.title is defined and page.url != '//' %}{{ page.title }} | {% endif %}{{ site.title }} - {{ site.subtitle }}</title>
{% include 'meta' %}
@ -16,7 +16,7 @@
<link rel="icon" href="{{ site.favicon.url }}?s={{ size }}" sizes="{{ size }}x{{ size }}">
{% endfor %}
<link href="https://fonts.googleapis.com/css?family=Barlow:300,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Barlow:400,600,700" rel="stylesheet">
</head>
<body class="font-sans text-black leading-normal">
<div id="app" v-cloak>