Changed margin CSS to use tailwind
This commit is contained in:
@@ -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';?>
|
||||
|
Reference in New Issue
Block a user