|
@@ -3855,39 +3855,12 @@ body.page .main-navigation {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.entry .entry-content .wp-block-image img {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-
|
|
|
-@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;
|
|
|
- }
|
|
|
+.entry .entry-content .wp-block-image {
|
|
|
+ max-width: 100%;
|
|
|
}
|
|
|
|
|
|
-@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 img {
|
|
|
+ display: block;
|
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-image.alignfull img {
|