|
@@ -4057,7 +4057,7 @@ body.page .main-navigation {
|
|
|
.entry .entry-content .wp-block-cover-image,
|
|
|
.entry .entry-content .wp-block-cover {
|
|
|
position: relative;
|
|
|
- min-height: 510px;
|
|
|
+ min-height: 430px;
|
|
|
padding: 1rem;
|
|
|
}
|
|
|
|
|
@@ -4075,7 +4075,7 @@ body.page .main-navigation {
|
|
|
.entry .entry-content .wp-block-cover .wp-block-cover-text {
|
|
|
color: #fff;
|
|
|
font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
- font-size: 2.25em;
|
|
|
+ font-size: 1.6875em;
|
|
|
font-weight: 300;
|
|
|
line-height: 1.25;
|
|
|
padding: 0;
|
|
@@ -4286,22 +4286,22 @@ body.page .main-navigation {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
+ .entry .entry-content .wp-block-columns .wp-block-column {
|
|
|
+ margin-right: 0.5rem;
|
|
|
+ margin-left: 0.5rem;
|
|
|
+ }
|
|
|
+ .entry .entry-content .wp-block-columns .wp-block-column:first-child {
|
|
|
+ margin-right: 0;
|
|
|
+ }
|
|
|
+ .entry .entry-content .wp-block-columns .wp-block-column:last-child {
|
|
|
+ margin-left: 0;
|
|
|
+ }
|
|
|
.entry .entry-content .wp-block-columns .wp-block-column > *:first-child {
|
|
|
margin-top: 0;
|
|
|
}
|
|
|
.entry .entry-content .wp-block-columns .wp-block-column > *:last-child {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
- .entry .entry-content .wp-block-columns[class*='has-'] > * {
|
|
|
- margin-right: 1rem;
|
|
|
- margin-left: 1rem;
|
|
|
- }
|
|
|
- .entry .entry-content .wp-block-columns[class*='has-'] > *:first-child {
|
|
|
- margin-right: 0;
|
|
|
- }
|
|
|
- .entry .entry-content .wp-block-columns[class*='has-'] > *:last-child {
|
|
|
- margin-left: 0;
|
|
|
- }
|
|
|
.entry .entry-content .wp-block-columns.alignfull {
|
|
|
padding-right: calc( 2 * 1rem);
|
|
|
padding-left: calc( 2 * 1rem);
|