This commit is contained in:
parent
f3834fbe05
commit
056dfdce77
|
|
@ -1,6 +1,6 @@
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
@apply max-w-screen-2xl w-full px-8;
|
@apply max-w-screen-2xl w-full px-6 md:px-8;
|
||||||
@apply mx-auto grid gap-12 lg:py-12 py-6 items-start;
|
@apply mx-auto grid gap-12 lg:py-12 py-6 items-start;
|
||||||
|
|
||||||
grid-template-columns: 1fr 2fr;
|
grid-template-columns: 1fr 2fr;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,15 @@
|
||||||
#post-toolbar {
|
#post-toolbar {
|
||||||
@apply max-w-screen-2xl mx-auto;
|
@apply max-w-screen-2xl mx-auto;
|
||||||
|
|
||||||
|
&:has(.toolbar-actions) {
|
||||||
|
@apply mb-24 md:mb-0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.toolbar-actions {
|
.toolbar-actions {
|
||||||
@apply flex items-center gap-3 ml-auto;
|
@apply flex items-center gap-3 ml-auto;
|
||||||
|
|
||||||
@media screen and (max-width: 1024px) {
|
@media screen and (max-width: 1024px) {
|
||||||
@apply absolute left-0 translate-y-full;
|
@apply absolute left-0 translate-y-full pt-2;
|
||||||
bottom: -20px;
|
bottom: -20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,10 @@ article > *:not(.entry-content),
|
||||||
@apply px-4;
|
@apply px-4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content-wrapper .entry-content {
|
||||||
|
@apply px-0;
|
||||||
|
}
|
||||||
|
|
||||||
.entry-content,
|
.entry-content,
|
||||||
.block-editor-block-list__layout {
|
.block-editor-block-list__layout {
|
||||||
h1 {
|
h1 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user