_includes/featurePageAuthors/featurePageAuthors.html in appscms-tools-theme-3.4.9 vs _includes/featurePageAuthors/featurePageAuthors.html in appscms-tools-theme-3.5.0
- old
+ new
@@ -31,19 +31,28 @@
}
.featurePageAuthor .author_bio {
font-size: 16px;
}
+ @media (max-width:768px) {
+ .authors-list{
+ padding: 25px;
+ }
+ .featurePageAuthor .author-meta{
+ width: 100%;
+ }
+
+ }
</style>
{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder
= page.folderName %} {% assign featureData= site.data[folder][lang][file] %}
<section class="authors-list">
<div class="container">
<div class="row">
<div class="col-md-12">
{%- if featureData.author -%}
- <h1 class="mb-4 text-center authors-heading font-weight-bolder">About The Author</h1>
+ <h3 class="mb-4 text-center authors-heading font-weight-bolder" >About The Author</h3>
{%- endif -%}
<div class="row">
{% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
{% assign seen_authors = '' %}
{% for post in site.posts %}
@@ -71,10 +80,10 @@
{%- endif -%}
{% endunless %}
{% endfor %}
{%- if featureData.contributors -%}
- <h2 class="mb-4 w-100 text-center authors-heading font-weight-bolder">Contributors</h2>
+ <h3 class="mb-4 w-100 text-center authors-heading font-weight-bolder">Contributors</h3>
{%- endif -%}
<div class="d-flex justify-content-center w-100" style="gap:10px">
{% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
{% assign seen_authors = '' %}
\ No newline at end of file