|
@@ -3384,8 +3384,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);
|
|
@@ -3639,7 +3639,7 @@ body.page .main-navigation {
|
|
|
.entry .entry-content .wp-block-latest-posts.is-grid li {
|
|
|
border-top: 2px solid #ccc;
|
|
|
padding-top: 1rem;
|
|
|
- margin-bottom: 64px;
|
|
|
+ margin-bottom: 32px;
|
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-latest-posts.is-grid li a:after {
|
|
@@ -3882,7 +3882,7 @@ body.page .main-navigation {
|
|
|
.entry .entry-content .wp-block-cover-image + .wp-block-cover-image:not(.alignleft):not(.alignrights),
|
|
|
.entry .entry-content .wp-block-cover + .wp-block-cover:not(.alignleft):not(.alignrights),
|
|
|
.entry .entry-content .wp-block-cover + .wp-block-cover-image:not(.alignleft):not(.alignrights) {
|
|
|
- margin-top: 64px;
|
|
|
+ margin-top: 32px;
|
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
|
|
@@ -4003,8 +4003,8 @@ body.page .main-navigation {
|
|
|
.entry .entry-content hr {
|
|
|
background: #fff;
|
|
|
border: 0;
|
|
|
- margin-bottom: 64px;
|
|
|
- margin-top: 64px;
|
|
|
+ margin-bottom: 32px;
|
|
|
+ margin-top: 32px;
|
|
|
max-width: 100%;
|
|
|
/* Remove duplicate rule-line when a separator
|
|
|
* is followed by an H1, or H2 */
|