Settings
+
+
+ Stats
+Loading...
diff --git a/server/app/templates/base.html b/server/app/templates/base.html index 180b7f2..b47369e 100644 --- a/server/app/templates/base.html +++ b/server/app/templates/base.html @@ -284,7 +284,7 @@ gap: 20px; align-items: start; } - .side-col { display: flex; flex-direction: column; } + .main-col, .side-col { display: flex; flex-direction: column; } @media (max-width: 860px) { .layout { grid-template-columns: 1fr; } } diff --git a/server/app/templates/index.html b/server/app/templates/index.html index 1cebf45..c8bead1 100644 --- a/server/app/templates/index.html +++ b/server/app/templates/index.html @@ -16,6 +16,7 @@ {% endif %}
Loading...
Loading...