diff --git a/src/Client/src/app/app.css b/src/Client/src/app/app.css
index 9be18ff..4346dda 100644
--- a/src/Client/src/app/app.css
+++ b/src/Client/src/app/app.css
@@ -99,4 +99,65 @@
.bottom-bar-padding {
margin: 20px;
color: var(--mistox-border-light);
+}
+
+
+@media (max-width: 900px) {
+
+ .top-bar {
+ display: block;
+ height: unset;
+ }
+
+ .top-bar-logo {
+ display: none;
+ }
+
+ .top-bar-buttons {
+ display: grid;
+ grid-template-columns: repeat(1, 1fr);
+ margin: 0;
+ width: 100%;
+ height: unset;
+ }
+
+ .flex-right {
+ grid-template-columns: repeat(2, 1fr) !important;
+ }
+
+ .nav-button {
+ width: 100%;
+ margin: 0;
+ margin-bottom: 10px;
+ }
+
+ .bottom-bar {
+ display: block;
+ height: unset;
+ }
+
+ .bottom-bar-buttons {
+ display: grid;
+ grid-template-columns: repeat(1, 1fr);
+ margin: 0;
+ width: 100%;
+ height: unset;
+ }
+
+ .nav-button-bottom{
+ width: 100%;
+ }
+
+ .bottom-bar-logo {
+ display: none;
+ }
+
+ .mistox-logo {
+ display: block;
+ }
+
+ .bottom-bar-padding {
+ width: 100%;
+ text-align: center;
+ }
}
\ No newline at end of file
diff --git a/src/Client/src/app/app.html b/src/Client/src/app/app.html
index 0d023ef..080fd5a 100644
--- a/src/Client/src/app/app.html
+++ b/src/Client/src/app/app.html
@@ -38,7 +38,7 @@
-