Yuzu Theme

from meowapps.com
This commit is contained in:
2022-05-03 09:37:05 +02:00
commit 523ccac38e
75 changed files with 15482 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
// main: style.less
.entry-content {
> *:not(.alignfull), > *:not(.alignwide) {
width: 90%;
max-width: 960px;
margin-left: auto !important;
margin-right: auto !important;
}
.alignfull {
width: 100%;
max-width: 100%;
}
.alignwide {
max-width: 1160px;
}
}
.wp-block-cover {
p {
margin: 0;
opacity: 1 !important;
}
}