Browse Source

fix small screen fit

Unknwon 9 years ago
parent
commit
27f7abdd77
2 changed files with 6 additions and 0 deletions
  1. 0 0
      public/css/gogs.min.css
  2. 6 0
      public/less/_base.less

File diff suppressed because it is too large
+ 0 - 0
public/css/gogs.min.css


+ 6 - 0
public/less/_base.less

@@ -212,4 +212,10 @@ footer {
   margin: 0;
   overflow: visible;
   clip: auto;
+}
+
+@media only screen and (max-width: 991px) and (min-width: 768px) {
+	.ui.container {
+		width: 90%;
+	}
 }

Some files were not shown because too many files changed in this diff