From ac5672e502f42126b542a6278c7c2c26dfb251c0 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Fri, 24 Jan 2020 23:57:15 -0500 Subject: public/css/override: Control container breakpoints Prevent control of width by other classes --- public/css/override.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/css/override.css b/public/css/override.css index 4ecfe0a..a35af43 100644 --- a/public/css/override.css +++ b/public/css/override.css @@ -6,7 +6,9 @@ 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; } } -.following.bar #navbar { width: unset; } +@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; } } + /* * Hide specific octicons -- cgit v1.2.3