Skip to content

Commit

Permalink
Merge branch 'main' into article-css-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DriftingSands committed Sep 26, 2023
2 parents dc7e7b8 + 51058b9 commit f2c49a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions blocks/default-article/default-article.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.default-article-wrapper .default-article.block .center-seperator {
display: flex;
justify-content: center;
}

.default-article-wrapper .default-article.block .container {
max-width: var(--layout-width);
margin: 0 auto;
Expand Down
4 changes: 4 additions & 0 deletions blocks/embed/embed.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ main .open-article.block article.article-content .embed.block:has(iframe) {
margin: 0;
}

main article.article-content .embed.block:has(div > iframe, iframe) {
max-width: 800px;
}

main .embed.block[data-embed-link^="https://view.ceros.com/golf-digest/"] {
max-width: var(--layout-width);
}
Expand Down

0 comments on commit f2c49a4

Please sign in to comment.