mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Add with 100% in main to solve overflow problem
This commit is contained in:
@@ -15,7 +15,7 @@ const { pageTitle, pageDesc } = Astro.props;
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
main {
|
main {
|
||||||
@apply max-w-3xl mx-auto px-4 py-12;
|
@apply max-w-3xl mx-auto px-4 py-12 w-full;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
@apply font-semibold text-2xl sm:text-3xl;
|
@apply font-semibold text-2xl sm:text-3xl;
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ const { Content, frontmatter } = Astro.props.post;
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
main {
|
main {
|
||||||
@apply max-w-3xl mx-auto px-4 py-12;
|
@apply max-w-3xl mx-auto px-4 py-12 w-full;
|
||||||
}
|
}
|
||||||
.post-title {
|
.post-title {
|
||||||
@apply font-semibold text-2xl text-skin-accent;
|
@apply font-semibold text-2xl text-skin-accent;
|
||||||
|
|||||||
Reference in New Issue
Block a user