diff --git a/demo/index.html b/demo/index.html
index 9c76c87..b8a025a 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -45,6 +45,13 @@
width: 1442px;
}
+ @media screen and (min-device-width: 1024px) and (max-width: 1442px) {
+ #top-bar-panel-container {
+ margin-left: 0;
+ width: 98.5vw;
+ }
+ }
+
#tool-description {
padding-left: 20px;
}