|
@@ -31,9 +31,11 @@ p.alignfull {
|
|
|
|
|
|
@media (min-width: 750px) {
|
|
|
.alignfull {
|
|
|
- width: 100vw;
|
|
|
- max-width: 100vw;
|
|
|
- margin: 2rem calc((100% - 100vw) * .5);
|
|
|
+
|
|
|
+ margin-left: calc(50% - 50vw);
|
|
|
+ margin-right: calc(50% - 50vw);
|
|
|
+ width: auto;
|
|
|
+ max-width: 1000%;
|
|
|
}
|
|
|
|
|
|
.alignwide {
|
|
@@ -168,7 +170,8 @@ ul.wp-block-gallery li {
|
|
|
.wp-block-pullquote {
|
|
|
border: none;
|
|
|
color: #666;
|
|
|
- padding: 1.5em 0.75em;
|
|
|
+ padding: 0;
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote cite {
|