fix small screen fit

This commit is contained in:
Unknwon 2015-08-26 02:05:08 +08:00
parent 4d75db4811
commit 27f7abdd77
2 changed files with 7 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -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%;
}
}