fixing updates

This commit is contained in:
2024-09-17 10:41:07 -06:00
parent c7f968bb8f
commit 8b7d198044
4 changed files with 19 additions and 15 deletions

View File

@@ -67,7 +67,7 @@ blockquote {
}
code {
@apply font-mono text-sm bg-gray-800 px-1 leading-tight inline-block;
@apply font-mono text-sm bg-gray-800 px-2 py-1 rounded-md leading-tight inline-block;
}
p {
@apply mb-3;

View File

@@ -8,7 +8,7 @@ export default async function Home() {
<CourseList />
<br />
<br />
<AddNewCourse />
<AddNewCourse />
</div>
</main>
);