refactor(layout): unify inner-page typography rhythm with container-based widths
This commit is contained in:
@@ -237,6 +237,14 @@
|
||||
background: var(--ui-section-soft-bg);
|
||||
}
|
||||
|
||||
.page-content-main {
|
||||
@apply w-full lg:w-10/12 lg:mx-auto;
|
||||
}
|
||||
|
||||
.page-content-narrow {
|
||||
@apply w-full lg:w-8/12 lg:mx-auto;
|
||||
}
|
||||
|
||||
.animate-fade-in {
|
||||
animation: fadeIn 0.6s ease-out forwards;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user