File tree 2 files changed +9
-2
lines changed
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>
25
25
< ul class ="author__urls social-icons ">
26
26
<!-- Font Awesome icons / Biographic information -->
27
27
{% 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 >
29
29
{% endif %}
30
30
{% 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 >
32
32
{% endif %}
33
33
{% if author.uri %}
34
34
< 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 125
125
font-size : $type-size-5 ;
126
126
}
127
127
128
+ .sidebar .author__desktop {
129
+ display : none ;
130
+ @media screen and (min-width : 1024px ) {
131
+ display : block ;
132
+ }
133
+ }
134
+
128
135
.author__pronouns {
129
136
margin : 0 ;
130
137
You can’t perform that action at this time.
0 commit comments