|
@@ -1896,15 +1896,14 @@ p.has-background {
|
|
}
|
|
}
|
|
|
|
|
|
hr {
|
|
hr {
|
|
- border-bottom-color: #C5C5C5;
|
|
|
|
- border-bottom-width: 2px;
|
|
|
|
|
|
+ border-bottom: 2px solid #C5C5C5;
|
|
clear: both;
|
|
clear: both;
|
|
margin-right: auto;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
margin-left: auto;
|
|
}
|
|
}
|
|
|
|
|
|
hr.wp-block-separator {
|
|
hr.wp-block-separator {
|
|
- border-bottom-color: #C5C5C5;
|
|
|
|
|
|
+ border-bottom: 2px solid #C5C5C5;
|
|
/**
|
|
/**
|
|
* Block Options
|
|
* Block Options
|
|
*/
|
|
*/
|
|
@@ -1914,11 +1913,6 @@ hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
|
|
max-width: 96px;
|
|
max-width: 96px;
|
|
}
|
|
}
|
|
|
|
|
|
-hr.wp-block-separator.is-style-wide {
|
|
|
|
- border-bottom-color: #C5C5C5;
|
|
|
|
- border-bottom-width: 2px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
hr.wp-block-separator.is-style-dots:before {
|
|
hr.wp-block-separator.is-style-dots:before {
|
|
color: #C5C5C5;
|
|
color: #C5C5C5;
|
|
font-size: 1.52087rem;
|
|
font-size: 1.52087rem;
|
|
@@ -2022,10 +2016,6 @@ table th,
|
|
/**
|
|
/**
|
|
* .aligndefault
|
|
* .aligndefault
|
|
*/
|
|
*/
|
|
-.entry-content [class*="inner-container"] {
|
|
|
|
- max-width: inherit;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* .alignwide
|
|
* .alignwide
|
|
*/
|
|
*/
|
|
@@ -3208,8 +3198,8 @@ img#wpstats {
|
|
}
|
|
}
|
|
|
|
|
|
.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead .site-header-wrap {
|
|
.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead .site-header-wrap {
|
|
- width: calc(100% + 256px);
|
|
|
|
- max-width: calc(100% - 32px);
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
+ max-width: 100%;
|
|
margin-right: auto;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
margin-left: auto;
|
|
}
|
|
}
|
|
@@ -3295,6 +3285,7 @@ img#wpstats {
|
|
margin-right: -16px;
|
|
margin-right: -16px;
|
|
margin-left: -16px;
|
|
margin-left: -16px;
|
|
width: calc(100% + 32px);
|
|
width: calc(100% + 32px);
|
|
|
|
+ max-width: calc(100% + 32px);
|
|
/* Letting the box-model do most of the work here. */
|
|
/* Letting the box-model do most of the work here. */
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3303,6 +3294,7 @@ img#wpstats {
|
|
margin-right: inherit;
|
|
margin-right: inherit;
|
|
margin-left: inherit;
|
|
margin-left: inherit;
|
|
width: inherit;
|
|
width: inherit;
|
|
|
|
+ max-width: inherit;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3623,8 +3615,6 @@ hr.wp-block-separator.is-style-wide,
|
|
*/
|
|
*/
|
|
#masthead {
|
|
#masthead {
|
|
background: #303030;
|
|
background: #303030;
|
|
- padding-right: 0;
|
|
|
|
- padding-left: 0;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
#masthead > * {
|
|
#masthead > * {
|
|
@@ -3690,6 +3680,17 @@ table th,
|
|
border-color: #C5C5C5;
|
|
border-color: #C5C5C5;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media only screen and (max-width: 559px) {
|
|
|
|
+ .entry-content > .alignfull,
|
|
|
|
+ .entry-content > .alignfull.wp-block-jetpack-gif,
|
|
|
|
+ .entry-content > .alignfull.wp-block-jetpack-tiled-gallery {
|
|
|
|
+ margin-right: inherit;
|
|
|
|
+ margin-left: inherit;
|
|
|
|
+ width: inherit;
|
|
|
|
+ max-width: inherit;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* Hentry
|
|
* Hentry
|
|
*/
|
|
*/
|