Yuzu Theme
from meowapps.com
This commit is contained in:
26
assets/less/_gutenberg.less
Normal file
26
assets/less/_gutenberg.less
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user