Skip to content

Commit

Permalink
Allow text-container nested in blog content
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed May 14, 2024
1 parent d5c11f5 commit 4ba0110
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/styles/blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ h4.blog-list-heading {
> p,
> ul,
> ol,
> div.text-container,
.text-container,
> blockquote,
> .blockquote-figure,
> details {
Expand All @@ -228,7 +228,7 @@ h4.blog-list-heading {
> h4,
> ul,
> ol,
> div.text-container {
.text-container {
@include make-col(12);
margin: 1rem auto 0.5rem;
padding: 0 15px;
Expand Down Expand Up @@ -257,7 +257,7 @@ h4.blog-list-heading {
> h4,
> ul,
> ol,
> div.text-container,
.text-container,
> details {
@include make-col(10);
margin-left: 15%;
Expand All @@ -272,7 +272,7 @@ h4.blog-list-heading {
> h4,
> ul,
> ol,
> div.text-container,
.text-container,
> details {
@include make-col(8);
margin-left: 15%;
Expand All @@ -287,7 +287,7 @@ h4.blog-list-heading {
> h4,
> ul,
> ol,
> div.text-container,
.text-container,
> details {
@include make-col(6);
margin-left: 25%;
Expand Down

0 comments on commit 4ba0110

Please sign in to comment.