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="flex flex-col mx-auto text-center max-w-7xl py-6 sm:px-6 lg:px-8 container">
<div class="flex justify-center">
@ -18,4 +17,4 @@
<script src="/scripts/addition.js"></script>
</div>
</main>
<?php require('partials/footer.php') ?>
<?php require('partials/footer.php') ?>