|
@@ -3298,8 +3298,19 @@ img#wpstats {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, #masthead, .widget-area:before, .social-navigation {
|
|
|
- /* Letting the box-model do all the work here. */
|
|
|
+.entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .widget-area:before, .social-navigation {
|
|
|
+ margin-left: -16px;
|
|
|
+ margin-right: -16px;
|
|
|
+ width: calc(100% + 32px);
|
|
|
+ /* Letting the box-model do most of the work here. */
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .widget-area:before, .social-navigation {
|
|
|
+ margin-left: inherit;
|
|
|
+ margin-right: inherit;
|
|
|
+ width: inherit;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.entry-content > .alignright {
|
|
@@ -4009,7 +4020,7 @@ table th,
|
|
|
.social-navigation {
|
|
|
background: #111111;
|
|
|
padding: 32px 0;
|
|
|
- width: 100%;
|
|
|
+ width: calc(100% + 16px);
|
|
|
}
|
|
|
|
|
|
.social-navigation .social-links-menu {
|
|
@@ -4021,6 +4032,11 @@ table th,
|
|
|
/**
|
|
|
* Footer Menu
|
|
|
*/
|
|
|
+.site-footer {
|
|
|
+ padding-left: 0;
|
|
|
+ padding-right: 0;
|
|
|
+}
|
|
|
+
|
|
|
.site-footer > * {
|
|
|
padding-left: 16px;
|
|
|
padding-right: 16px;
|