mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Remove top padding and updat paragraph italic
This commit is contained in:
@@ -18,12 +18,12 @@ const { pageTitle, pageDesc } = Astro.props;
|
||||
|
||||
<style>
|
||||
main {
|
||||
@apply max-w-3xl mx-auto px-4 py-12 w-full;
|
||||
@apply max-w-3xl mx-auto px-4 pb-12 w-full;
|
||||
}
|
||||
h1 {
|
||||
@apply font-semibold text-2xl sm:text-3xl;
|
||||
}
|
||||
p {
|
||||
@apply mt-2 mb-6;
|
||||
@apply mt-2 mb-6 italic;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user