Update link, text styling
This commit is contained in:
parent
2d7496ce80
commit
ca612a276f
4 changed files with 7 additions and 4 deletions
source/_layouts
|
@ -24,7 +24,7 @@
|
|||
<link rel="icon" href="{{ site.favicon.url }}?s={{ size }}" sizes="{{ size }}x{{ size }}">
|
||||
{% endfor %}
|
||||
</head>
|
||||
<body class="font-sans leading-normal">
|
||||
<body class="font-sans text-grey-darkest leading-normal">
|
||||
<div id="app" v-cloak>
|
||||
{% block body %}{% endblock %}
|
||||
</div>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{% include 'layout/navbar' %}
|
||||
|
||||
<div class="container mx-auto px-4">
|
||||
<div class="text-grey-darkest md:flex -mx-4">
|
||||
<div class="md:flex -mx-4">
|
||||
<main class="md:w-2/3 lg:w-3/4 px-4 mb-8 lg:mb-0">
|
||||
{% block page_title %}
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue