|
@@ -3380,8 +3380,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 + 1rem);
|
|
|
width: calc( 125% + 150px);
|
|
|
max-width: calc( 125% + 150px - 2rem);
|
|
@@ -3479,8 +3479,8 @@ body.page .main-navigation {
|
|
|
.entry .entry-content > h5,
|
|
|
.entry .entry-content > h6 {
|
|
|
text-align: center;
|
|
|
- margin-top: 64px;
|
|
|
- margin-bottom: 64px;
|
|
|
+ margin-top: 32px;
|
|
|
+ margin-bottom: 32px;
|
|
|
}
|
|
|
|
|
|
.entry .entry-content p.has-background {
|
|
@@ -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,
|
|
@@ -4017,9 +4017,9 @@ body.page .main-navigation {
|
|
|
background-color: #f1f1f1;
|
|
|
border: 0;
|
|
|
height: 2px;
|
|
|
- margin-bottom: 64px;
|
|
|
+ margin-bottom: 32px;
|
|
|
margin-right: auto;
|
|
|
- margin-top: 64px;
|
|
|
+ margin-top: 32px;
|
|
|
margin-left: auto;
|
|
|
max-width: 5em;
|
|
|
text-align: center;
|