Browse Source

fix small screen fit

pull/1546/head
Unknwon 9 years ago
parent
commit
27f7abdd77
  1. 2
      public/css/gogs.min.css
  2. 6
      public/less/_base.less

2
public/css/gogs.min.css vendored

File diff suppressed because one or more lines are too long

6
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%;
}
}
Loading…
Cancel
Save