File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ <h3 class="author__name">{{ author.name }}</h3>
2525 < ul class ="author__urls social-icons ">
2626 <!-- Font Awesome icons / Biographic information -->
2727 {% if author.location %}
28- < li > < i class ="fa-solid fa-location-dot icon-pad-right " aria-hidden ="true "> </ i > {{ author.location }}</ li >
28+ < li class =" author__desktop " > < i class ="fa-solid fa-location-dot icon-pad-right " aria-hidden ="true "> </ i > {{ author.location }}</ li >
2929 {% endif %}
3030 {% if author.employer %}
31- < li > < i class ="fa fa-solid fa-building-columns icon-pad-right " aria-hidden ="true "> </ i > {{ author.employer }}</ li >
31+ < li class =" author__desktop " > < i class ="fa fa-solid fa-building-columns icon-pad-right " aria-hidden ="true "> </ i > {{ author.employer }}</ li >
3232 {% endif %}
3333 {% if author.uri %}
3434 < li > < a href ="{{ author.uri }} "> < i class ="fas fa-fw fa-link icon-pad-right " aria-hidden ="true "> </ i > {{ site.data.ui-text[site.locale].website_label | default: "Website" }}</ a > </ li >
Original file line number Diff line number Diff line change 125125 font-size : $type-size-5 ;
126126}
127127
128+ .sidebar .author__desktop {
129+ display : none ;
130+ @media screen and (min-width : 1024px ) {
131+ display : block ;
132+ }
133+ }
134+
128135.author__pronouns {
129136 margin : 0 ;
130137
You can’t perform that action at this time.
0 commit comments