mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 19:41:02 +08:00
style: format styles with Tailwind Prettier plugin
This commit is contained in:
@@ -18,10 +18,10 @@ const { pageTitle, pageDesc } = Astro.props;
|
||||
|
||||
<style>
|
||||
#main-content {
|
||||
@apply max-w-3xl mx-auto px-4 pb-12 w-full;
|
||||
@apply mx-auto w-full max-w-3xl px-4 pb-12;
|
||||
}
|
||||
#main-content h1 {
|
||||
@apply font-semibold text-2xl sm:text-3xl;
|
||||
@apply text-2xl font-semibold sm:text-3xl;
|
||||
}
|
||||
#main-content p {
|
||||
@apply mt-2 mb-6 italic;
|
||||
|
||||
Reference in New Issue
Block a user