changed the style of the website

This commit is contained in:
Patryk Hegenberg 2023-01-11 08:38:53 +01:00
parent dc99bdcab5
commit 8daaeacd2b
7 changed files with 13 additions and 14 deletions

View file

@ -1,6 +1,5 @@
<?php require ('partials/head.php') ?>
<?php require ('partials/nav.php') ?>
<?php require ('partials/banner.php') ?>
<main>
<div class="mx-auto max-w-7xl py-6 sm:px-6 lg:px-8">
<h1 class="text-2xl font-bold">Unauthorized</h1>
@ -9,4 +8,4 @@
</p>
</div>
</main>
<?php require ('partials/footer.php') ?>
<?php require ('partials/footer.php') ?>