Skip to content

Commit

Permalink
fix: improving about page
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcarrillo committed Apr 12, 2022
1 parent ec9c57d commit c6c3da7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/js/Pages/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
<Head title="About" />

<the-navbar></the-navbar>
<h1>Example</h1>

<div class="text-center text-gray-800 p-5 md:pt-14">
<h1 class="font-lora text-7xl font-bold mt-0 mb-6">About</h1>
<h3 class="font-lora text-4xl font-bold mb-8">Know more about the project</h3>
</div>

<the-footer></the-footer>
</template>
Expand Down

0 comments on commit c6c3da7

Please sign in to comment.