aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/css/override.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/css/override.css b/public/css/override.css
index 10ecd92..cdca56f 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -5,9 +5,9 @@ body { overflow-y: scroll; }
a, .ui.breadcrumb a { color: #0366d6; }
#repo-files-table .message a, .repository.file.list #repo-files-table .jumpable-path { color: #4e555e; }
-@media only screen and (min-width: 1200px) { .ui.container { width: 1088px !important; } }
-@media only screen and (min-width: 992px) and (max-width: 1199px) { .ui.container{ width: 933px !important; } }
-@media only screen and (max-width: 991px) and (min-width: 768px) { .ui.container { width: 95% !important; } }
+@media only screen and (min-width: 1200px) { .dashboard-navbar, .ui.container { width: 1088px !important; margin-left: auto; margin-right: auto; } }
+@media only screen and (min-width: 992px) and (max-width: 1199px) { .dashboard-navbar, .ui.container{ width: 933px !important; margin-left: auto; margin-right: auto; } }
+@media only screen and (max-width: 991px) and (min-width: 768px) { .dashboard-navbar, .ui.container { width: 95% !important; margin-left: auto; margin-right: auto; } }
/*