This repository was archived by the owner on Feb 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/components/app-blog-content Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ export class AppBlogContent {
7474 return (
7575 < div class = "blog-content" >
7676 < div class = "header" >
77- < h1 > { this . blogPost . title } </ h1 >
78- < p > { this . blogPost . summary } </ p >
77+ < h1 class = "text-left" > { this . blogPost . title } </ h1 >
78+ < p class = "text-left" > { this . blogPost . summary } </ p >
7979 < div >
8080 < div class = "header--date" > { formatDate ( publishDate ) } </ div >
8181 < div class = "header--author" >
@@ -100,10 +100,10 @@ export class AppBlogContent {
100100 < div class = "col-md-2" >
101101 < div id = "contact-icons-side" > { contactIconsSide } </ div >
102102 </ div >
103- < div class = "col-md-8" >
103+ < div class = "text-left col-md-8" >
104104 < div innerHTML = { this . blogPost . body } class = "blog-content-body" />
105105 </ div >
106- < div class = "col-md-2" />
106+ < div class = "col-md-2 col-sm-2 " />
107107 </ div >
108108 </ div >
109109 < div class = "blog-content-author" >
@@ -116,7 +116,7 @@ export class AppBlogContent {
116116 < div class = "col-md-6 blog-content-author-text" >
117117 < h5 > About the Author</ h5 >
118118 < h2 > { `${ this . blogPost . author . first_name } ${ this . blogPost . author . last_name } ` } </ h2 >
119- < p > { this . blogPost . author . bio } </ p >
119+ < p class = "text-left" > { this . blogPost . author . bio } </ p >
120120 </ div >
121121 < div class = "col-md-2" />
122122 </ div >
You can’t perform that action at this time.
0 commit comments