diff --git a/src/assets/scss/_post.scss b/src/assets/scss/_post.scss index 78d3952..7d9a67a 100644 --- a/src/assets/scss/_post.scss +++ b/src/assets/scss/_post.scss @@ -1,8 +1,25 @@ article{ - main{ + header{ img{ max-width: 100%; height: auto; } } + main{ + &.tainacan-content { + font-size: 1.1666666666666667rem; + -moz-column-count: 2; + -moz-column-gap: 50px; + -moz-column-rule: none; + -webkit-column-count: 2; + -webkit-column-gap: 50px; + -webkit-column-rule: none; + column-count: 2; + column-gap: 50px; + column-rule: none; + &h1, &h2{ + font-size: 1.6666666666666667rem; + } + } + } } \ No newline at end of file diff --git a/src/template-parts/single-post.php b/src/template-parts/single-post.php index 7d1b8b4..4dc3789 100644 --- a/src/template-parts/single-post.php +++ b/src/template-parts/single-post.php @@ -14,10 +14,10 @@ tainacan_post_date(); ?> + -
+