1
0
Fork 0

fix spacing

This commit is contained in:
Tommy Vedvik 2019-02-27 21:58:58 +01:00
parent a3e02103eb
commit 7fa579ac67
2 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ pre {
padding: calc(var(--space) / 2);
font-size: .85em;
background-color: var(--bg-code);
margin-bottom: var(--space);
margin-bottom: 2em;
border: 1px solid var(--border-color);
border-radius: var(--radius);
}

View file

@ -1,14 +1,14 @@
<template>
<div class="author">
<g-image class="author__image" src="~/assets/images/author.jpg" width="240" height="240" blur="5" />
<g-image class="author__image" src="~/assets/images/author.jpg" width="180" height="180" blur="5" />
<h1 v-if="siteTitle" class="author__site-title">
{{ siteTitle }}
</h1>
<p class="author__intro">
A modern, minimalistic and simple blog starter for Gridsome that uses Markdown for content.
A simple, hackable & minimalistic starter for Gridsome that uses Markdown for content.
</p>
<p class="author__links">
@ -34,8 +34,8 @@ export default {
&__image {
border-radius: 100%;
width: 120px;
height: 120px;
width: 90px;
height: 90px;
margin-bottom: 1em;
}