Skip to content
This repository was archived by the owner on Apr 1, 2021. It is now read-only.

Commit 2eb323a

Browse files
committed
Adjust homepage
1 parent fb18dac commit 2eb323a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pages/index.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template lang="html">
22
<div class="main">
3-
<h1>Hello World!</h1>
3+
<h1>NetlifyCMS & Nuxt Boilerplate</h1>
44
<div class="posts-list">
55
<h2 class="posts-list-title">Posts</h2>
66
<p class="post-link" v-for="post in blogPosts"><a :href="post._path">{{post.title}}</a></p>
@@ -25,14 +25,13 @@ export default {
2525

2626
<style lang="css" scoped>
2727
.posts-list {
28-
width: 400px;
28+
width: 600px;
2929
background-color: whitesmoke;
3030
padding: 20px;
3131
margin-top: 35px;
3232
}
3333
.post-link {
3434
padding-top: 10px;
35-
font-size: 1.2em;
3635
}
3736
.main {
3837
display: flex;

0 commit comments

Comments
 (0)