welcome page header cleanup

This commit is contained in:
AtHeartEngineer
2023-11-02 06:27:12 +03:00
parent 917363bbec
commit 53ff6c93bc

View File

@@ -6,8 +6,8 @@
);
</script>
<div class="mx-5 lg:mx-auto mt-16 max-w-[80ch]">
<h1 class="h1 mb-10">Welcome to Discreetly!</h1>
<div class="mx-5 lg:mx-auto mt-8 md:mt-16 max-w-[80ch]">
<h1 class="h1 mb-6 md:mb-10 text-center">Welcome to Discreetly!</h1>
<div class="mb-5">
<Introduction />
</div>