Skip to content

Commit

Permalink
add edit feature1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnveshNalimela committed Feb 2, 2024
1 parent d2586d3 commit 7051e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/editPage.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</head>

<body class="bg-blue-100 flex items-center justify-center h-screen">
<div class="bg-white p-8 rounded shadow-md w-96 text-center">
<div class="bg-white p-8 rounded shadow-md w-1/2 text-center">
<!-- Page Name -->
<h1 class="text-2xl font-semibold mb-4">
<%= page.name %>
Expand Down

0 comments on commit 7051e94

Please sign in to comment.