|
@@ -3190,7 +3190,7 @@ img#wpstats {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
|
|
|
|
+.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead, #colophon {
|
|
width: calc(100% + 256px);
|
|
width: calc(100% + 256px);
|
|
max-width: calc(100vw - 32px);
|
|
max-width: calc(100vw - 32px);
|
|
margin-right: auto;
|
|
margin-right: auto;
|
|
@@ -3198,35 +3198,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 {
|
|
|
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead, #colophon {
|
|
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 {
|
|
|
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead, #colophon {
|
|
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 {
|
|
|
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead, #colophon {
|
|
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 {
|
|
|
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead, #colophon {
|
|
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 {
|
|
|
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead, #colophon {
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
max-width: calc(100vw - 32px);
|
|
max-width: calc(100vw - 32px);
|
|
}
|
|
}
|
|
@@ -3679,6 +3679,9 @@ p:not(.site-title) a:hover {
|
|
/**
|
|
/**
|
|
* Footer
|
|
* Footer
|
|
*/
|
|
*/
|
|
|
|
+/**
|
|
|
|
+ * Footer Navigation
|
|
|
|
+ */
|
|
.footer-navigation .footer-menu a {
|
|
.footer-navigation .footer-menu a {
|
|
padding: 0 8px;
|
|
padding: 0 8px;
|
|
}
|
|
}
|