|
@@ -3489,8 +3489,8 @@ body.page .main-navigation {
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
.entry .entry-content > *.alignfull,
|
|
|
.entry .entry-summary > *.alignfull {
|
|
|
- margin-top: calc(2 * 32px);
|
|
|
- margin-bottom: calc(2 * 32px);
|
|
|
+ margin-top: 32px;
|
|
|
+ margin-bottom: 32px;
|
|
|
right: calc( -12.5% - 75px);
|
|
|
width: calc( 125% + 150px);
|
|
|
max-width: calc( 125% + 150px);
|
|
@@ -4124,8 +4124,8 @@ body.page .main-navigation {
|
|
|
.entry .entry-content .wp-block-separator,
|
|
|
.entry .entry-content hr {
|
|
|
height: 2px;
|
|
|
- margin-bottom: 64px;
|
|
|
- margin-top: 64px;
|
|
|
+ margin-bottom: 32px;
|
|
|
+ margin-top: 32px;
|
|
|
text-align: right;
|
|
|
background: #FAF8F5;
|
|
|
max-width: 100%;
|