|
@@ -3194,7 +3194,7 @@ img#wpstats {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #page {
|
|
|
|
|
|
+.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
width: calc(100% + 256px);
|
|
width: calc(100% + 256px);
|
|
max-width: calc(100vw - 32px);
|
|
max-width: calc(100vw - 32px);
|
|
margin-right: auto;
|
|
margin-right: auto;
|
|
@@ -3202,35 +3202,35 @@ img#wpstats {
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
- .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #page {
|
|
|
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
width: calc(calc( 560px - 32px) + 256px);
|
|
width: calc(calc( 560px - 32px) + 256px);
|
|
max-width: calc(100vw - 32px);
|
|
max-width: calc(100vw - 32px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
@media only screen and (min-width: 640px) {
|
|
- .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #page {
|
|
|
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
width: calc(calc( 640px - 32px) + 256px);
|
|
width: calc(calc( 640px - 32px) + 256px);
|
|
max-width: calc(100vw - 32px);
|
|
max-width: calc(100vw - 32px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
@media only screen and (min-width: 782px) {
|
|
- .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #page {
|
|
|
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
max-width: calc(100vw - 32px);
|
|
max-width: calc(100vw - 32px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
@media only screen and (min-width: 1024px) {
|
|
- .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #page {
|
|
|
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
max-width: calc(100vw - 32px);
|
|
max-width: calc(100vw - 32px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1280px) {
|
|
@media only screen and (min-width: 1280px) {
|
|
- .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #page {
|
|
|
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
max-width: calc(100vw - 32px);
|
|
max-width: calc(100vw - 32px);
|
|
}
|
|
}
|
|
@@ -3395,6 +3395,25 @@ p:not(.site-title) a:hover {
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
#page {
|
|
#page {
|
|
box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
|
|
|
|
+ max-width: 95vw;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 640px) {
|
|
|
|
+ #page {
|
|
|
|
+ max-width: 92vw;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 1024px) {
|
|
|
|
+ #page {
|
|
|
|
+ max-width: 87vw;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 1280px) {
|
|
|
|
+ #page {
|
|
|
|
+ max-width: 1200px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3628,6 +3647,7 @@ p:not(.site-title) a:hover {
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
.entry-content > .alignwide {
|
|
.entry-content > .alignwide {
|
|
|
|
+ width: 100%;
|
|
padding-right: 32px;
|
|
padding-right: 32px;
|
|
padding-left: 32px;
|
|
padding-left: 32px;
|
|
}
|
|
}
|