Make post info text responsive
This commit is contained in:
parent
50c7afc806
commit
09e0c3d016
@ -808,7 +808,7 @@ img.mind-post_feature-image {
|
|||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mind-post_description {
|
.mind-post_info {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1384,6 +1384,10 @@ Media queries are used to make the website responsive and cool on mobile.
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mind-post_info {
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
.mind-post_content pre,
|
.mind-post_content pre,
|
||||||
.mind-post_content code,
|
.mind-post_content code,
|
||||||
.kg-card-hascaption figcaption,
|
.kg-card-hascaption figcaption,
|
||||||
|
2
post.hbs
2
post.hbs
@ -39,7 +39,7 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
{{content}}
|
{{content}}
|
||||||
<div class="mind-post_description">
|
<div class="mind-post_info">
|
||||||
<hr>
|
<hr>
|
||||||
Last update: <time class="post-date" datetime="{{date updated_at format='YYYY-MM-DD'}}">{{date updated_at format="DD MMMM YYYY"}}</time>
|
Last update: <time class="post-date" datetime="{{date updated_at format='YYYY-MM-DD'}}">{{date updated_at format="DD MMMM YYYY"}}</time>
|
||||||
<br />
|
<br />
|
||||||
|
Loading…
Reference in New Issue
Block a user