Changed margin CSS to use tailwind
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<title>Home</title>
|
<title>Home</title>
|
||||||
<link rel="stylesheet" href="output.css">
|
<link rel="stylesheet" href="output.css">
|
||||||
</head>
|
</head>
|
||||||
<body style="margin-left: 192px; margin-right: 192px;">
|
<body class="mx-[10%]">
|
||||||
<main class="m-10 h-auto w-auto">
|
<main class="m-10 h-auto w-auto">
|
||||||
|
|
||||||
<?php include 'header.php';?>
|
<?php include 'header.php';?>
|
||||||
|
Reference in New Issue
Block a user