diff --git a/frontend/src/app/docs/docs/docs.component.html b/frontend/src/app/docs/docs/docs.component.html
index b0c51ad16..cf3bdb070 100644
--- a/frontend/src/app/docs/docs/docs.component.html
+++ b/frontend/src/app/docs/docs/docs.component.html
@@ -32,7 +32,7 @@
-
+
API - Electrum RPC
diff --git a/frontend/src/app/docs/docs/docs.component.scss b/frontend/src/app/docs/docs/docs.component.scss
index 907c29fd8..9e7a2e03a 100644
--- a/frontend/src/app/docs/docs/docs.component.scss
+++ b/frontend/src/app/docs/docs/docs.component.scss
@@ -7,3 +7,9 @@
#footer {
clear: both;
}
+
+@media (max-width: 992px) {
+ .hide-on-mobile {
+ display: none;
+ }
+}