diff --git a/_includes/author-profile.html b/_includes/author-profile.html
index 9571b4a788fed..f7fdf8dcc5190 100644
--- a/_includes/author-profile.html
+++ b/_includes/author-profile.html
@@ -25,10 +25,10 @@
{{ author.name }}
{% if author.location %}
- - {{ author.location }}
+ - {{ author.location }}
{% endif %}
{% if author.employer %}
- - {{ author.employer }}
+ - {{ author.employer }}
{% endif %}
{% if author.uri %}
- {{ site.data.ui-text[site.locale].website_label | default: "Website" }}
diff --git a/_sass/_sidebar.scss b/_sass/_sidebar.scss
index d6d836778ee35..dc1fc1dc17c19 100644
--- a/_sass/_sidebar.scss
+++ b/_sass/_sidebar.scss
@@ -125,6 +125,13 @@
font-size: $type-size-5;
}
+.sidebar .author__desktop {
+ display: none;
+ @media screen and (min-width: 1024px) {
+ display: block;
+ }
+}
+
.author__pronouns {
margin: 0;