Added margins using tailwind

php
Aadhavan Srinivasan 1 year ago
parent d6650dd915
commit 3107bd73fe

@ -4,7 +4,9 @@
<link rel="stylesheet" href="output.css"> <link rel="stylesheet" href="output.css">
<title>Title</title> <title>Title</title>
</head> </head>
<body class="h-full"> <body class="h-full mx-[10%]">
<?php include 'header.php';?>
<div class="flex min-h-full flex-col justify-center px-6 py-12 lg:px-8"> <div class="flex min-h-full flex-col justify-center px-6 py-12 lg:px-8">
<div class="sm:mx-auto sm:w-full sm:max-w-sm"> <div class="sm:mx-auto sm:w-full sm:max-w-sm">
<img class="mx-auto h-10 w-auto" src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=600" alt="Your Company"> <img class="mx-auto h-10 w-auto" src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=600" alt="Your Company">

@ -4,7 +4,11 @@
<link rel="stylesheet" href="output.css"> <link rel="stylesheet" href="output.css">
<title>Title</title> <title>Title</title>
</head> </head>
<body class="h-full"> <body class="h-full mx-[10%]">
<?php include 'header.php';?>
<div class="flex min-h-full flex-col justify-center px-6 py-12 lg:px-8"> <div class="flex min-h-full flex-col justify-center px-6 py-12 lg:px-8">
<div class="sm:mx-auto sm:w-full sm:max-w-sm"> <div class="sm:mx-auto sm:w-full sm:max-w-sm">
<img class="mx-auto h-10 w-auto" src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=600" alt="Your Company"> <img class="mx-auto h-10 w-auto" src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=600" alt="Your Company">

Loading…
Cancel
Save