mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-02-03 21:57:53 +01:00
Improve marging
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<main class="contact flex flex-col items-center px-4 xl:px-64">
|
<main class="contact flex flex-col items-center px-4 xl:px-64">
|
||||||
<PageTitle class="self-center" title="part.contact" />
|
<PageTitle class="self-center" title="part.contact" />
|
||||||
<p class="text-justify text-gray-700 dark:text-gray-400 text-xl my-8">{{ $t('contact.description') }}</p>
|
<p class="text-justify text-gray-700 dark:text-gray-400 text-xl mb-8 mt-4">{{ $t('contact.description') }}</p>
|
||||||
<section class="w-full lg:w-3/4 mb-10 mt-4 text-justify">
|
<section class="w-full mb-8 text-justify">
|
||||||
<h1 class="font-bold text-gray-700 text-xl md:text-3xl my-4 dark:text-gray-400 text-center">
|
<h1 class="font-bold text-gray-700 text-xl md:text-3xl my-4 dark:text-gray-400 text-center">
|
||||||
{{ $t('contact.why.title') }}
|
{{ $t('contact.why.title') }}
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user