Skip to content

Commit 6169564

Browse files
committed
Fixed typo in create page.
1 parent 84bc65f commit 6169564

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

create.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
</head>
1616
<body>
1717
<header id="desktop-header" class="desktop-header"></header>
18-
<section class="flex flex-col items-center gap-10 mx-auto max-w-100">
18+
<section class="flex flex-col items-center mx-auto gap-10 max-w-100">
1919
<h1 class="font-tsukimi text-3xl">Create a post</h1>
2020
<form
2121
id="create-form"
2222
class="flex flex-col items-center justify-items-center text-left gap-5 w-[40%]">
23-
¨
2423
<div class="flex flex-col items-center w-full">
2524
<label for="title" class="self-start">Title</label>
2625
<input

0 commit comments

Comments
 (0)