Skip to content

Commit

Permalink
fix(home): add space
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosirera committed Aug 18, 2020
1 parent ca70552 commit 5e44ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<section>
<section class="pb-10 items-center md:grid md:grid-cols-2">
<section class="pb-10 items-center md:grid md:grid-cols-2 md:gap-4">
<div>
<!-- TODO: translate and change this text -->
<h1 class="text-3xl font-semibold">¡Hola 👋! soy Pablo Sirera.</h1>
Expand Down

0 comments on commit 5e44ad3

Please sign in to comment.