Changed margin CSS to use tailwind

This commit is contained in:
2023-07-05 20:33:01 -05:00
parent b6d5eec718
commit ac1b6a9530

@@ -5,7 +5,7 @@
<title>Home</title>
<link rel="stylesheet" href="output.css">
</head>
<body style="margin-left: 192px; margin-right: 192px;">
<body class="mx-[10%]">
<main class="m-10 h-auto w-auto">
<?php include 'header.php';?>