Fix the docs 1 column styles

This commit is contained in:
Narek Zakarian 2024-11-12 19:52:30 +04:00
parent a838c97cd0
commit 913f4ab2b3
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7
2 changed files with 8 additions and 4 deletions

View file

@ -21,6 +21,10 @@
padding: 8px;
margin: 0 0 48px 0;
&--one-col .ppcp-r-badge-box {
margin: 0 0 24px 0;
}
&:not(&--one-col) {
display: flex;
justify-content: center;
@ -63,6 +67,6 @@
}
.ppcp-r-page-welcome-mode-separator {
margin: 8px 0 16px 0;
margin: 8px 0 24px 0 !important;
}
}