This repository was archived by the owner on Feb 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
components/app-blog-content Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 172172 text-align : center ;
173173 margin-bottom : 20px ;
174174
175+ @include media-breakpoint-down (md) {
176+ text-align : left ;
177+ font-size : 24px ;
178+ margin-bottom : 40px ;
179+ }
180+
175181 @include media-breakpoint-down (sm) {
182+ text-align : center ;
176183 font-size : 24px ;
177184 margin-bottom : 40px ;
178185 }
Original file line number Diff line number Diff line change @@ -123,11 +123,11 @@ export class AppBlogContent {
123123 </ div >
124124 < hr />
125125 < div class = "row" >
126- < div class = "col-md-2 offset-md-2 blog-content-author-image" >
126+ < div class = "col-md-3 col-lg- 2 offset-md-1 offset-lg -2 blog-content-author-image" >
127127 < h5 > About the Author</ h5 >
128128 < img src = { this . blogPost . author . profile_image } alt = { `${ this . blogPost . author . first_name } ${ this . blogPost . author . last_name } ` } />
129129 </ div >
130- < div class = "col-md-6 blog-content-author-text" >
130+ < div class = "col-md-7 col-lg- 6 blog-content-author-text" >
131131 < h5 > About the Author</ h5 >
132132 < h2 > { `${ this . blogPost . author . first_name } ${ this . blogPost . author . last_name } ` } </ h2 >
133133 < p class = "text-left" > { this . blogPost . author . bio } </ p >
Original file line number Diff line number Diff line change 22 margin-top : 70px ;
33 font-family : ' Muli' ;
44
5+ a {
6+ word-break : break-word ;
7+ }
8+
59 .blog-post-content {
610 padding : 4% ;
711
Original file line number Diff line number Diff line change 205205 display : flex ;
206206
207207 button {
208- height : 52px ;
208+ padding : 0 ;
209+ border : 0 ;
210+ background : transparent ;
209211 }
210212 }
211213
You can’t perform that action at this time.
0 commit comments