|
@@ -4010,37 +4010,6 @@ body.page .main-navigation {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 768px) {
|
|
|
- .entry .entry-content .wp-block-image .aligncenter {
|
|
|
- max-width: calc(8 * (100vw / 12) - 28px);
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 1168px) {
|
|
|
- .entry .entry-content .wp-block-image .aligncenter {
|
|
|
- max-width: calc(6 * (100vw / 12) - 28px);
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 768px) {
|
|
|
- .entry .entry-content .wp-block-image .aligncenter {
|
|
|
- margin: 0;
|
|
|
- width: calc(8 * (100vw / 12) - 28px);
|
|
|
- }
|
|
|
- .entry .entry-content .wp-block-image .aligncenter img {
|
|
|
- margin: 0 auto;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 1168px) {
|
|
|
- .entry .entry-content .wp-block-image .aligncenter {
|
|
|
- width: calc(6 * (100vw / 12) - 28px);
|
|
|
- }
|
|
|
- .entry .entry-content .wp-block-image .aligncenter img {
|
|
|
- margin: 0 auto;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
.entry .entry-content .wp-block-image.alignfull img {
|
|
|
width: 100vw;
|
|
|
max-width: calc( 100% + (2 * 1rem));
|
|
@@ -4057,7 +4026,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 +4044,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;
|