We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84bc65f commit 6169564Copy full SHA for 6169564
1 file changed
create.html
@@ -15,12 +15,11 @@
15
</head>
16
<body>
17
<header id="desktop-header" class="desktop-header"></header>
18
- <section class="flex flex-col items-center gap-10 mx-auto max-w-100">
+ <section class="flex flex-col items-center mx-auto gap-10 max-w-100">
19
<h1 class="font-tsukimi text-3xl">Create a post</h1>
20
<form
21
id="create-form"
22
class="flex flex-col items-center justify-items-center text-left gap-5 w-[40%]">
23
- ¨
24
<div class="flex flex-col items-center w-full">
25
<label for="title" class="self-start">Title</label>
26
<input
0 commit comments