fix spacing
This commit is contained in:
parent
a3e02103eb
commit
7fa579ac67
2 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ pre {
|
||||||
padding: calc(var(--space) / 2);
|
padding: calc(var(--space) / 2);
|
||||||
font-size: .85em;
|
font-size: .85em;
|
||||||
background-color: var(--bg-code);
|
background-color: var(--bg-code);
|
||||||
margin-bottom: var(--space);
|
margin-bottom: 2em;
|
||||||
border: 1px solid var(--border-color);
|
border: 1px solid var(--border-color);
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="author">
|
<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">
|
<h1 v-if="siteTitle" class="author__site-title">
|
||||||
{{ siteTitle }}
|
{{ siteTitle }}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<p class="author__intro">
|
<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>
|
||||||
|
|
||||||
<p class="author__links">
|
<p class="author__links">
|
||||||
|
@ -34,8 +34,8 @@ export default {
|
||||||
|
|
||||||
&__image {
|
&__image {
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
width: 120px;
|
width: 90px;
|
||||||
height: 120px;
|
height: 90px;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue