Skip to content

Commit

Permalink
Style updates after launching on PMPro site
Browse files Browse the repository at this point in the history
  • Loading branch information
ideadude committed Jun 29, 2023
1 parent f6e7eaa commit ac85bc0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
16 changes: 2 additions & 14 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ em,
i {
font-style: italic;
}
blockquote:not(.wp-block-pullquote blockquote):not(.wp-block-quote) {
blockquote:not(.wp-block-pullquote blockquote):not(.wp-block-quote):not(.testimonials-widget-testimonial blockquote) {
margin: 2.9rem 0;
background-color: #F9FAFB;
padding: 2.9rem 2.9rem 1px 2.9rem;
Expand Down Expand Up @@ -1524,17 +1524,6 @@ a:active {
}

/* Align Wide */
.single.sidebar-blog-none .alignwide,
.page-template-default.sidebar-none .alignwide,
.page-template-full-width .alignwide,
.page-template-fluid-width .alignwide,
.page-template-narrow-width .alignwide,
.page-template-blank .alignwide {
margin-left: calc(50% - 45vw);
margin-right: calc(50% - 45vw);
max-width: 1000%;
width: auto;
}
.wp-block-image.alignwide {
text-align: center;
}
Expand Down Expand Up @@ -2078,8 +2067,7 @@ a:active {
margin-top: 0;
}
.archive.sidebar-blog-none .masthead .taxonomy-description p {
font-size: 2.2rem;
line-height: 3.5rem;
font-size: var(--wp--preset--font-size--21);
}
.masthead p:last-child {
margin: 0;
Expand Down
15 changes: 15 additions & 0 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,21 @@
}
}
},
"core/image": {
"variations": {
"rounded" : {
"border": {
"radius": "var(--wp--custom--border--radius)"
}
}
},
"spacing": {
"margin": {
"top": "var(--wp--preset--spacing--30)",
"bottom": "var(--wp--preset--spacing--30)"
}
}
},
"core/navigation": {
"elements": {
"link": {
Expand Down

0 comments on commit ac85bc0

Please sign in to comment.